Html Css Color HEX #66861A Olive Drab

📋 copy color: '#66861A'

red 102 ◦ green 134 ◦ blue 26

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

Shades of Olive Drab #66861A

Tints of Olive Drab #66861A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.15%

 BLUE value IS 26 (10.55% from 255) = 9.92%

R = 38.93%
G = 51.15%
B = 9.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#66861A (or 0x66861A) is known color: Olive Drab. HEX triplet: 66, 86 and 1A. RGB value is (102,134,26). Sum of RGB (Red+Green+Blue) = 102+134+26=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #66861A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66861A is #9979E5. Grayscale: #707070. Windows color (decimal): -10058214 or 1738342. OLE color: 1738342.

HSL color Cylindrical-coordinate representation of color #66861A: hue angle of 77.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66861A is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 134 26 -
CMYK 0.24 0 0.81 0.47
HSL 77.78º 0.68% 0.31% -
HSV(B) 77.78º 0.81% 0.53% -
XYZ 14.19 19.95 4.08 -
YUV 112.12 79.4 120.78 -
System Red Green Blue C M Y K H S L
Decimal 102 134 26 0.24 0 0.81 0.47 77.78 0.68 0.31
Hex 66 86 1A 18 0 51 2F 4E 44 1F
Octal 146 206 32 30 0 121 57 116 104 37
Binary 1100110 10000110 11010 11000 0 1010001 101111 1001110 1000100 11111

Color Harmonies of #66861A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66861A

Black with #66861A

Text Example


Text Example

White with #66861A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66861A; }

 p { color: rgb(102,134,26); }

 H1.HeaderClassName
 {
   color: #66861A;
 }
 .AnyTagClassName
 {
   color: #66861A;
 }
</style>

background-color css

<style>
 a { background-color: #66861A; }

 a { background-color: rgb(102,134,26); }

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

border-color css

<style>
 span { border-color: #66861A; }

 span { border-color: rgb(102,134,26); }

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