Html Css Color HEX #6B9002 Olive Drab

📋 copy color: '#6B9002'

red 107 ◦ green 144 ◦ blue 2

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

Shades of Olive Drab #6B9002

Tints of Olive Drab #6B9002

RGB

 RED value IS 107 (42.19% from 255) = 42.29%

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

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

R = 42.29%
G = 56.92%
B = 0.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#6B9002 (or 0x6B9002) is known color: Olive Drab. HEX triplet: 6B, 90 and 02. RGB value is (107,144,2). Sum of RGB (Red+Green+Blue) = 107+144+2=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 144 (56.64% from 255 or 56.92% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 144 - color contains mainly: green. Hex color #6B9002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9002 is #946FFD. Grayscale: #757575. Windows color (decimal): -9727998 or 168043. OLE color: 168043.

HSL color Cylindrical-coordinate representation of color #6B9002: hue angle of 75.63º 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 #6B9002 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 144 2 -
CMYK 0.26 0 0.99 0.44
HSL 75.63º 0.97% 0.29% -
HSV(B) 75.63º 0.99% 0.56% -
XYZ 16.05 23.08 3.67 -
YUV 116.75 63.24 121.05 -
System Red Green Blue C M Y K H S L
Decimal 107 144 2 0.26 0 0.99 0.44 75.63 0.97 0.29
Hex 6B 90 2 1A 0 63 2C 4C 61 1D
Octal 153 220 2 32 0 143 54 114 141 35
Binary 1101011 10010000 10 11010 0 1100011 101100 1001100 1100001 11101

Color Harmonies of #6B9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9002

Black with #6B9002

Text Example


Text Example

White with #6B9002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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