Html Css Color HEX #679812 Olive Drab

📋 copy color: '#679812'

red 103 ◦ green 152 ◦ blue 18

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

Shades of Olive Drab #679812

Tints of Olive Drab #679812

RGB

 RED value IS 103 (40.63% from 255) = 37.73%

 GREEN value IS 152 (59.77% from 255) = 55.68%

 BLUE value IS 18 (7.42% from 255) = 6.59%

R = 37.73%
G = 55.68%
B = 6.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#679812 (or 0x679812) is known color: Olive Drab. HEX triplet: 67, 98 and 12. RGB value is (103,152,18). Sum of RGB (Red+Green+Blue) = 103+152+18=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #679812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679812 is #9867ED. Grayscale: #7A7A7A. Windows color (decimal): -9988078 or 1218663. OLE color: 1218663.

HSL color Cylindrical-coordinate representation of color #679812: hue angle of 81.94º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #679812 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 152 18 -
CMYK 0.32 0 0.88 0.40
HSL 81.94º 0.79% 0.33% -
HSV(B) 81.94º 0.88% 0.6% -
XYZ 16.93 25.38 4.58 -
YUV 122.07 69.27 114.4 -
System Red Green Blue C M Y K H S L
Decimal 103 152 18 0.32 0 0.88 0.40 81.94 0.79 0.33
Hex 67 98 12 20 0 58 28 52 4F 21
Octal 147 230 22 40 0 130 50 122 117 41
Binary 1100111 10011000 10010 100000 0 1011000 101000 1010010 1001111 100001

Color Harmonies of #679812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679812

Black with #679812

Text Example


Text Example

White with #679812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679812; }

 p { color: rgb(103,152,18); }

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

background-color css

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

 a { background-color: rgb(103,152,18); }

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

border-color css

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

 span { border-color: rgb(103,152,18); }

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