Html Css Color HEX #66981B Olive Drab

📋 copy color: '#66981B'

red 102 ◦ green 152 ◦ blue 27

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

Shades of Olive Drab #66981B

Tints of Olive Drab #66981B

RGB

 RED value IS 102 (40.23% from 255) = 36.3%

 GREEN value IS 152 (59.77% from 255) = 54.09%

 BLUE value IS 27 (10.94% from 255) = 9.61%

R = 36.3%
G = 54.09%
B = 9.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#66981B (or 0x66981B) is known color: Olive Drab. HEX triplet: 66, 98 and 1B. RGB value is (102,152,27). Sum of RGB (Red+Green+Blue) = 102+152+27=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #66981B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66981B is #9967E4. Grayscale: #7B7B7B. Windows color (decimal): -10053605 or 1808486. OLE color: 1808486.

HSL color Cylindrical-coordinate representation of color #66981B: hue angle of 84º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66981B is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 152 27 -
CMYK 0.33 0 0.82 0.40
HSL 84º 0.7% 0.35% -
HSV(B) 84º 0.82% 0.6% -
XYZ 16.91 25.36 5.04 -
YUV 122.8 73.94 113.16 -
System Red Green Blue C M Y K H S L
Decimal 102 152 27 0.33 0 0.82 0.40 84 0.7 0.35
Hex 66 98 1B 21 0 52 28 54 46 23
Octal 146 230 33 41 0 122 50 124 106 43
Binary 1100110 10011000 11011 100001 0 1010010 101000 1010100 1000110 100011

Color Harmonies of #66981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66981B

Black with #66981B

Text Example


Text Example

White with #66981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66981B; }

 p { color: rgb(102,152,27); }

 H1.HeaderClassName
 {
   color: #66981B;
 }
 .AnyTagClassName
 {
   color: #66981B;
 }
</style>

background-color css

<style>
 a { background-color: #66981B; }

 a { background-color: rgb(102,152,27); }

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

border-color css

<style>
 span { border-color: #66981B; }

 span { border-color: rgb(102,152,27); }

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