Html Css Color HEX #669303 Olive Drab

📋 copy color: '#669303'

red 102 ◦ green 147 ◦ blue 3

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

Shades of Olive Drab #669303

Tints of Olive Drab #669303

RGB

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

 GREEN value IS 147 (57.81% from 255) = 58.33%

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

R = 40.48%
G = 58.33%
B = 1.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#669303 (or 0x669303) is known color: Olive Drab. HEX triplet: 66, 93 and 03. RGB value is (102,147,3). Sum of RGB (Red+Green+Blue) = 102+147+3=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 147 (57.81% from 255 or 58.33% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 147 - color contains mainly: green. Hex color #669303 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669303 is #996CFC. Grayscale: #757575. Windows color (decimal): -10054909 or 234342. OLE color: 234342.

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

Color convert

RGB 102 147 3 -
CMYK 0.31 0 0.98 0.42
HSL 78.75º 0.96% 0.29% -
HSV(B) 78.75º 0.98% 0.58% -
XYZ 15.93 23.7 3.82 -
YUV 117.13 63.59 117.21 -
System Red Green Blue C M Y K H S L
Decimal 102 147 3 0.31 0 0.98 0.42 78.75 0.96 0.29
Hex 66 93 3 1F 0 62 2A 4F 60 1D
Octal 146 223 3 37 0 142 52 117 140 35
Binary 1100110 10010011 11 11111 0 1100010 101010 1001111 1100000 11101

Color Harmonies of #669303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669303

Black with #669303

Text Example


Text Example

White with #669303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669303; }

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

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

background-color css

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

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

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

border-color css

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

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

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