Html Css Color HEX #668521 Olive Drab

📋 copy color: '#668521'

red 102 ◦ green 133 ◦ blue 33

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

Shades of Olive Drab #668521

Tints of Olive Drab #668521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.31%

R = 38.06%
G = 49.63%
B = 12.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#668521 (or 0x668521) is known color: Olive Drab. HEX triplet: 66, 85 and 21. RGB value is (102,133,33). Sum of RGB (Red+Green+Blue) = 102+133+33=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #668521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668521 is #997ADE. Grayscale: #707070. Windows color (decimal): -10058463 or 2196838. OLE color: 2196838.

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

Color convert

RGB 102 133 33 -
CMYK 0.23 0 0.75 0.48
HSL 78.6º 0.6% 0.33% -
HSV(B) 78.6º 0.75% 0.52% -
XYZ 14.14 19.71 4.5 -
YUV 112.33 83.23 120.63 -
System Red Green Blue C M Y K H S L
Decimal 102 133 33 0.23 0 0.75 0.48 78.6 0.6 0.33
Hex 66 85 21 17 0 4B 30 4F 3C 21
Octal 146 205 41 27 0 113 60 117 74 41
Binary 1100110 10000101 100001 10111 0 1001011 110000 1001111 111100 100001

Color Harmonies of #668521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668521

Black with #668521

Text Example


Text Example

White with #668521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668521; }

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

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

background-color css

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

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

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

border-color css

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

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

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