Html Css Color HEX #668534 Olive Drab

📋 copy color: '#668534'

red 102 ◦ green 133 ◦ blue 52

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

Shades of Olive Drab #668534

Tints of Olive Drab #668534

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.34%

 BLUE value IS 52 (20.7% from 255) = 18.12%

R = 35.54%
G = 46.34%
B = 18.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#668534 (or 0x668534) is known color: Olive Drab. HEX triplet: 66, 85 and 34. RGB value is (102,133,52). Sum of RGB (Red+Green+Blue) = 102+133+52=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #668534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668534 is #997ACB. Grayscale: #727272. Windows color (decimal): -10058444 or 3442022. OLE color: 3442022.

HSL color Cylindrical-coordinate representation of color #668534: hue angle of 82.96º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #668534 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 133 52 -
CMYK 0.23 0 0.61 0.48
HSL 82.96º 0.44% 0.36% -
HSV(B) 82.96º 0.61% 0.52% -
XYZ 14.49 19.85 6.32 -
YUV 114.5 92.73 119.09 -
System Red Green Blue C M Y K H S L
Decimal 102 133 52 0.23 0 0.61 0.48 82.96 0.44 0.36
Hex 66 85 34 17 0 3D 30 53 2C 24
Octal 146 205 64 27 0 75 60 123 54 44
Binary 1100110 10000101 110100 10111 0 111101 110000 1010011 101100 100100

Color Harmonies of #668534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668534

Black with #668534

Text Example


Text Example

White with #668534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668534; }

 p { color: rgb(102,133,52); }

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

background-color css

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

 a { background-color: rgb(102,133,52); }

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

border-color css

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

 span { border-color: rgb(102,133,52); }

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