Html Css Color HEX #668A03 Olive Drab

📋 copy color: '#668A03'

red 102 ◦ green 138 ◦ blue 3

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

Shades of Olive Drab #668A03

Tints of Olive Drab #668A03

RGB

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

 GREEN value IS 138 (54.3% from 255) = 56.79%

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

R = 41.98%
G = 56.79%
B = 1.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.46

RGB Variations

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

Color information

#668A03 (or 0x668A03) is known color: Olive Drab. HEX triplet: 66, 8A and 03. RGB value is (102,138,3). Sum of RGB (Red+Green+Blue) = 102+138+3=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 138 (54.30% from 255 or 56.79% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 138 - color contains mainly: green. Hex color #668A03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668A03 is #9975FC. Grayscale: #707070. Windows color (decimal): -10057213 or 232038. OLE color: 232038.

HSL color Cylindrical-coordinate representation of color #668A03: hue angle of 76º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #668A03 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 138 3 -
CMYK 0.26 0 0.98 0.46
HSL 76º 0.96% 0.28% -
HSV(B) 76º 0.98% 0.54% -
XYZ 14.58 21.01 3.37 -
YUV 111.85 66.57 120.98 -
System Red Green Blue C M Y K H S L
Decimal 102 138 3 0.26 0 0.98 0.46 76 0.96 0.28
Hex 66 8A 3 1A 0 62 2E 4C 60 1C
Octal 146 212 3 32 0 142 56 114 140 34
Binary 1100110 10001010 11 11010 0 1100010 101110 1001100 1100000 11100

Color Harmonies of #668A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668A03

Black with #668A03

Text Example


Text Example

White with #668A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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