Html Css Color HEX #679502 Olive Drab

📋 copy color: '#679502'

red 103 ◦ green 149 ◦ blue 2

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

Shades of Olive Drab #679502

Tints of Olive Drab #679502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 40.55%
G = 58.66%
B = 0.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#679502 (or 0x679502) is known color: Olive Drab. HEX triplet: 67, 95 and 02. RGB value is (103,149,2). Sum of RGB (Red+Green+Blue) = 103+149+2=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #679502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679502 is #986AFD. Grayscale: #777777. Windows color (decimal): -9988862 or 169319. OLE color: 169319.

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

Color convert

RGB 103 149 2 -
CMYK 0.31 0 0.99 0.42
HSL 78.78º 0.97% 0.3% -
HSV(B) 78.78º 0.99% 0.58% -
XYZ 16.35 24.38 3.9 -
YUV 118.49 62.26 116.95 -
System Red Green Blue C M Y K H S L
Decimal 103 149 2 0.31 0 0.99 0.42 78.78 0.97 0.3
Hex 67 95 2 1F 0 63 2A 4F 61 1E
Octal 147 225 2 37 0 143 52 117 141 36
Binary 1100111 10010101 10 11111 0 1100011 101010 1001111 1100001 11110

Color Harmonies of #679502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679502

Black with #679502

Text Example


Text Example

White with #679502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679502; }

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

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

background-color css

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

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

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

border-color css

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

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

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