Html Css Color HEX #679508 Olive Drab

📋 copy color: '#679508'

red 103 ◦ green 149 ◦ blue 8

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

Shades of Olive Drab #679508

Tints of Olive Drab #679508

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.31%

 BLUE value IS 8 (3.52% from 255) = 3.08%

R = 39.62%
G = 57.31%
B = 3.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#679508 (or 0x679508) is known color: Olive Drab. HEX triplet: 67, 95 and 08. RGB value is (103,149,8). Sum of RGB (Red+Green+Blue) = 103+149+8=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #679508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679508 is #986AF7. Grayscale: #777777. Windows color (decimal): -9988856 or 562535. OLE color: 562535.

HSL color Cylindrical-coordinate representation of color #679508: hue angle of 79.57º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #679508 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 149 8 -
CMYK 0.31 0 0.95 0.42
HSL 79.57º 0.9% 0.31% -
HSV(B) 79.57º 0.95% 0.58% -
XYZ 16.38 24.4 4.08 -
YUV 119.17 65.26 116.46 -
System Red Green Blue C M Y K H S L
Decimal 103 149 8 0.31 0 0.95 0.42 79.57 0.9 0.31
Hex 67 95 8 1F 0 5F 2A 50 5A 1F
Octal 147 225 10 37 0 137 52 120 132 37
Binary 1100111 10010101 1000 11111 0 1011111 101010 1010000 1011010 11111

Color Harmonies of #679508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679508

Black with #679508

Text Example


Text Example

White with #679508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679508; }

 p { color: rgb(103,149,8); }

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

background-color css

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

 a { background-color: rgb(103,149,8); }

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

border-color css

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

 span { border-color: rgb(103,149,8); }

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