Html Css Color HEX #6C902A Olive Drab

📋 copy color: '#6C902A'

red 108 ◦ green 144 ◦ blue 42

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

Shades of Olive Drab #6C902A

Tints of Olive Drab #6C902A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.98%

 BLUE value IS 42 (16.8% from 255) = 14.29%

R = 36.73%
G = 48.98%
B = 14.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#6C902A (or 0x6C902A) is known color: Olive Drab. HEX triplet: 6C, 90 and 2A. RGB value is (108,144,42). Sum of RGB (Red+Green+Blue) = 108+144+42=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #6C902A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C902A is #936FD5. Grayscale: #797979. Windows color (decimal): -9662422 or 2789484. OLE color: 2789484.

HSL color Cylindrical-coordinate representation of color #6C902A: hue angle of 81.18º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C902A is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 144 42 -
CMYK 0.25 0 0.71 0.44
HSL 81.18º 0.55% 0.36% -
HSV(B) 81.18º 0.71% 0.56% -
XYZ 16.58 23.3 5.81 -
YUV 121.61 83.07 118.29 -
System Red Green Blue C M Y K H S L
Decimal 108 144 42 0.25 0 0.71 0.44 81.18 0.55 0.36
Hex 6C 90 2A 19 0 47 2C 51 37 24
Octal 154 220 52 31 0 107 54 121 67 44
Binary 1101100 10010000 101010 11001 0 1000111 101100 1010001 110111 100100

Color Harmonies of #6C902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C902A

Black with #6C902A

Text Example


Text Example

White with #6C902A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,144,42); }

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

background-color css

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

 a { background-color: rgb(108,144,42); }

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

border-color css

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

 span { border-color: rgb(108,144,42); }

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