Html Css Color HEX #669703 Olive Drab

📋 copy color: '#669703'

red 102 ◦ green 151 ◦ blue 3

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

Shades of Olive Drab #669703

Tints of Olive Drab #669703

RGB

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

 GREEN value IS 151 (59.38% from 255) = 58.98%

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

R = 39.84%
G = 58.98%
B = 1.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#669703 (or 0x669703) is known color: Olive Drab. HEX triplet: 66, 97 and 03. RGB value is (102,151,3). Sum of RGB (Red+Green+Blue) = 102+151+3=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 151 (59.38% from 255 or 58.98% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 151 - color contains mainly: green. Hex color #669703 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669703 is #9968FC. Grayscale: #787878. Windows color (decimal): -10053885 or 235366. OLE color: 235366.

HSL color Cylindrical-coordinate representation of color #669703: hue angle of 79.86º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #669703 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 151 3 -
CMYK 0.32 0 0.98 0.41
HSL 79.86º 0.96% 0.3% -
HSV(B) 79.86º 0.98% 0.59% -
XYZ 16.56 24.96 4.03 -
YUV 119.48 62.27 115.53 -
System Red Green Blue C M Y K H S L
Decimal 102 151 3 0.32 0 0.98 0.41 79.86 0.96 0.3
Hex 66 97 3 20 0 62 29 50 60 1E
Octal 146 227 3 40 0 142 51 120 140 36
Binary 1100110 10010111 11 100000 0 1100010 101001 1010000 1100000 11110

Color Harmonies of #669703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669703

Black with #669703

Text Example


Text Example

White with #669703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669703; }

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

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

background-color css

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

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

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

border-color css

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

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

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