Html Css Color HEX #668830 Olive Drab

📋 copy color: '#668830'

red 102 ◦ green 136 ◦ blue 48

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

Shades of Olive Drab #668830

Tints of Olive Drab #668830

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.55%

 BLUE value IS 48 (19.14% from 255) = 16.78%

R = 35.66%
G = 47.55%
B = 16.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#668830 (or 0x668830) is known color: Olive Drab. HEX triplet: 66, 88 and 30. RGB value is (102,136,48). Sum of RGB (Red+Green+Blue) = 102+136+48=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #668830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668830 is #9977CF. Grayscale: #747474. Windows color (decimal): -10057680 or 3180646. OLE color: 3180646.

HSL color Cylindrical-coordinate representation of color #668830: hue angle of 83.18º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #668830 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 48 -
CMYK 0.25 0 0.65 0.47
HSL 83.18º 0.48% 0.36% -
HSV(B) 83.18º 0.65% 0.53% -
XYZ 14.82 20.65 6 -
YUV 115.8 89.74 118.16 -
System Red Green Blue C M Y K H S L
Decimal 102 136 48 0.25 0 0.65 0.47 83.18 0.48 0.36
Hex 66 88 30 19 0 41 2F 53 30 24
Octal 146 210 60 31 0 101 57 123 60 44
Binary 1100110 10001000 110000 11001 0 1000001 101111 1010011 110000 100100

Color Harmonies of #668830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668830

Black with #668830

Text Example


Text Example

White with #668830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668830; }

 p { color: rgb(102,136,48); }

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

background-color css

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

 a { background-color: rgb(102,136,48); }

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

border-color css

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

 span { border-color: rgb(102,136,48); }

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