Html Css Color HEX #668123 Olive Drab

📋 copy color: '#668123'

red 102 ◦ green 129 ◦ blue 35

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

Shades of Olive Drab #668123

Tints of Olive Drab #668123

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.5%

 BLUE value IS 35 (14.06% from 255) = 13.16%

R = 38.35%
G = 48.5%
B = 13.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#668123 (or 0x668123) is known color: Olive Drab. HEX triplet: 66, 81 and 23. RGB value is (102,129,35). Sum of RGB (Red+Green+Blue) = 102+129+35=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #668123 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668123 is #997EDC. Grayscale: #6E6E6E. Windows color (decimal): -10059485 or 2326886. OLE color: 2326886.

HSL color Cylindrical-coordinate representation of color #668123: hue angle of 77.23º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #668123 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 129 35 -
CMYK 0.21 0 0.73 0.49
HSL 77.23º 0.57% 0.32% -
HSV(B) 77.23º 0.73% 0.51% -
XYZ 13.63 18.65 4.47 -
YUV 110.21 85.55 122.14 -
System Red Green Blue C M Y K H S L
Decimal 102 129 35 0.21 0 0.73 0.49 77.23 0.57 0.32
Hex 66 81 23 15 0 49 31 4D 39 20
Octal 146 201 43 25 0 111 61 115 71 40
Binary 1100110 10000001 100011 10101 0 1001001 110001 1001101 111001 100000

Color Harmonies of #668123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668123

Black with #668123

Text Example


Text Example

White with #668123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668123; }

 p { color: rgb(102,129,35); }

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

background-color css

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

 a { background-color: rgb(102,129,35); }

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

border-color css

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

 span { border-color: rgb(102,129,35); }

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