Html Css Color HEX #679A16 Olive Drab

📋 copy color: '#679A16'

red 103 ◦ green 154 ◦ blue 22

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

Shades of Olive Drab #679A16

Tints of Olive Drab #679A16

RGB

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

 GREEN value IS 154 (60.55% from 255) = 55.2%

 BLUE value IS 22 (8.98% from 255) = 7.89%

R = 36.92%
G = 55.2%
B = 7.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#679A16 (or 0x679A16) is known color: Olive Drab. HEX triplet: 67, 9A and 16. RGB value is (103,154,22). Sum of RGB (Red+Green+Blue) = 103+154+22=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 154 (60.55% from 255 or 55.20% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 154 - color contains mainly: green. Hex color #679A16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679A16 is #9865E9. Grayscale: #7C7C7C. Windows color (decimal): -9987562 or 1481319. OLE color: 1481319.

HSL color Cylindrical-coordinate representation of color #679A16: hue angle of 83.18º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #679A16 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 154 22 -
CMYK 0.33 0 0.86 0.40
HSL 83.18º 0.75% 0.35% -
HSV(B) 83.18º 0.86% 0.6% -
XYZ 17.29 26.05 4.88 -
YUV 123.7 70.6 113.23 -
System Red Green Blue C M Y K H S L
Decimal 103 154 22 0.33 0 0.86 0.40 83.18 0.75 0.35
Hex 67 9A 16 21 0 56 28 53 4B 23
Octal 147 232 26 41 0 126 50 123 113 43
Binary 1100111 10011010 10110 100001 0 1010110 101000 1010011 1001011 100011

Color Harmonies of #679A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679A16

Black with #679A16

Text Example


Text Example

White with #679A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679A16; }

 p { color: rgb(103,154,22); }

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

background-color css

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

 a { background-color: rgb(103,154,22); }

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

border-color css

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

 span { border-color: rgb(103,154,22); }

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