Html Css Color HEX #6C9200 Olive

📋 copy color: '#6C9200'

red 108 ◦ green 146 ◦ blue 0

#6C9200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #6C9200

Tints of Olive #6C9200

RGB

 RED value IS 108 (42.58% from 255) = 42.52%

 GREEN value IS 146 (57.42% from 255) = 57.48%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.52%
G = 57.48%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6C9200 (or 0x6C9200) is known color: Olive. HEX triplet: 6C, 92 and 00. RGB value is (108,146,0). Sum of RGB (Red+Green+Blue) = 108+146+0=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 146 (57.42% from 255 or 57.48% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 146 - color contains mainly: green. Hex color #6C9200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9200 is #936DFF. Grayscale: #767676. Windows color (decimal): -9661952 or 37484. OLE color: 37484.

HSL color Cylindrical-coordinate representation of color #6C9200: hue angle of 75.62º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C9200 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 108 146 0 -
CMYK 0.26 0 1 0.43
HSL 75.62º 1% 0.29% -
HSV(B) 75.62º 1% 0.57% -
XYZ 16.46 23.75 3.72 -
YUV 117.99 61.41 120.87 -
System Red Green Blue C M Y K H S L
Decimal 108 146 0 0.26 0 1 0.43 75.62 1 0.29
Hex 6C 92 0 1A 0 64 2B 4C 64 1D
Octal 154 222 0 32 0 144 53 114 144 35
Binary 1101100 10010010 0 11010 0 1100100 101011 1001100 1100100 11101

Color Harmonies of #6C9200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9200

Black with #6C9200

Text Example


Text Example

White with #6C9200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C9200; }

 p { color: rgb(108,146,0); }

 H1.HeaderClassName
 {
   color: #6C9200;
 }
 .AnyTagClassName
 {
   color: #6C9200;
 }
</style>

background-color css

<style>
 a { background-color: #6C9200; }

 a { background-color: rgb(108,146,0); }

 div.DivClassName
 {
   background-color: #6C9200;
 }
 .BgClassName
 {
   background-color: #6C9200;
 }
</style>

border-color css

<style>
 span { border-color: #6C9200; }

 span { border-color: rgb(108,146,0); }

 td.TdClassName
 {
   border-color: #6C9200;
 }
 .TagClassName
 {
   border-color: #6C9200;
 }
</style>