Html Css Color HEX #668435 Olive Drab

📋 copy color: '#668435'

red 102 ◦ green 132 ◦ blue 53

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

Shades of Olive Drab #668435

Tints of Olive Drab #668435

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.99%

 BLUE value IS 53 (21.09% from 255) = 18.47%

R = 35.54%
G = 45.99%
B = 18.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#668435 (or 0x668435) is known color: Olive Drab. HEX triplet: 66, 84 and 35. RGB value is (102,132,53). Sum of RGB (Red+Green+Blue) = 102+132+53=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #668435 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668435 is #997BCA. Grayscale: #727272. Windows color (decimal): -10058699 or 3507302. OLE color: 3507302.

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

Color convert

RGB 102 132 53 -
CMYK 0.23 0 0.60 0.48
HSL 82.78º 0.43% 0.36% -
HSV(B) 82.78º 0.6% 0.52% -
XYZ 14.37 19.58 6.39 -
YUV 114.02 93.56 119.42 -
System Red Green Blue C M Y K H S L
Decimal 102 132 53 0.23 0 0.60 0.48 82.78 0.43 0.36
Hex 66 84 35 17 0 3C 30 53 2B 24
Octal 146 204 65 27 0 74 60 123 53 44
Binary 1100110 10000100 110101 10111 0 111100 110000 1010011 101011 100100

Color Harmonies of #668435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668435

Black with #668435

Text Example


Text Example

White with #668435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668435; }

 p { color: rgb(102,132,53); }

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

background-color css

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

 a { background-color: rgb(102,132,53); }

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

border-color css

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

 span { border-color: rgb(102,132,53); }

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