Html Css Color HEX #6C9002 Olive

📋 copy color: '#6C9002'

red 108 ◦ green 144 ◦ blue 2

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

Shades of Olive #6C9002

Tints of Olive #6C9002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 42.52%
G = 56.69%
B = 0.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#6C9002 (or 0x6C9002) is known color: Olive. HEX triplet: 6C, 90 and 02. RGB value is (108,144,2). Sum of RGB (Red+Green+Blue) = 108+144+2=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #6C9002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9002 is #936FFD. Grayscale: #757575. Windows color (decimal): -9662462 or 168044. OLE color: 168044.

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

Color convert

RGB 108 144 2 -
CMYK 0.25 0 0.99 0.44
HSL 75.21º 0.97% 0.29% -
HSV(B) 75.21º 0.99% 0.56% -
XYZ 16.17 23.14 3.67 -
YUV 117.05 63.07 121.55 -
System Red Green Blue C M Y K H S L
Decimal 108 144 2 0.25 0 0.99 0.44 75.21 0.97 0.29
Hex 6C 90 2 19 0 63 2C 4B 61 1D
Octal 154 220 2 31 0 143 54 113 141 35
Binary 1101100 10010000 10 11001 0 1100011 101100 1001011 1100001 11101

Color Harmonies of #6C9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9002

Black with #6C9002

Text Example


Text Example

White with #6C9002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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