Html Css Color HEX #669103 Olive Drab

📋 copy color: '#669103'

red 102 ◦ green 145 ◦ blue 3

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

Shades of Olive Drab #669103

Tints of Olive Drab #669103

RGB

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

 GREEN value IS 145 (57.03% from 255) = 58%

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 40.8%
G = 58%
B = 1.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.43

RGB Variations

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

Color information

#669103 (or 0x669103) is known color: Olive Drab. HEX triplet: 66, 91 and 03. RGB value is (102,145,3). Sum of RGB (Red+Green+Blue) = 102+145+3=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #669103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669103 is #996EFC. Grayscale: #747474. Windows color (decimal): -10055421 or 233830. OLE color: 233830.

HSL color Cylindrical-coordinate representation of color #669103: hue angle of 78.17º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #669103 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 145 3 -
CMYK 0.30 0 0.98 0.43
HSL 78.17º 0.96% 0.29% -
HSV(B) 78.17º 0.98% 0.57% -
XYZ 15.62 23.08 3.72 -
YUV 115.96 64.25 118.05 -
System Red Green Blue C M Y K H S L
Decimal 102 145 3 0.30 0 0.98 0.43 78.17 0.96 0.29
Hex 66 91 3 1E 0 62 2B 4E 60 1D
Octal 146 221 3 36 0 142 53 116 140 35
Binary 1100110 10010001 11 11110 0 1100010 101011 1001110 1100000 11101

Color Harmonies of #669103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669103

Black with #669103

Text Example


Text Example

White with #669103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669103; }

 p { color: rgb(102,145,3); }

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

background-color css

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

 a { background-color: rgb(102,145,3); }

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

border-color css

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

 span { border-color: rgb(102,145,3); }

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