Html Css Color HEX #679002 Olive Drab

📋 copy color: '#679002'

red 103 ◦ green 144 ◦ blue 2

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

Shades of Olive Drab #679002

Tints of Olive Drab #679002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 57.83%

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

R = 41.37%
G = 57.83%
B = 0.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#679002 (or 0x679002) is known color: Olive Drab. HEX triplet: 67, 90 and 02. RGB value is (103,144,2). Sum of RGB (Red+Green+Blue) = 103+144+2=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 144 (56.64% from 255 or 57.83% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 144 - color contains mainly: green. Hex color #679002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679002 is #986FFD. Grayscale: #747474. Windows color (decimal): -9990142 or 168039. OLE color: 168039.

HSL color Cylindrical-coordinate representation of color #679002: hue angle of 77.32º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #679002 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 144 2 -
CMYK 0.28 0 0.99 0.44
HSL 77.32º 0.97% 0.29% -
HSV(B) 77.32º 0.99% 0.56% -
XYZ 15.58 22.83 3.64 -
YUV 115.55 63.92 119.05 -
System Red Green Blue C M Y K H S L
Decimal 103 144 2 0.28 0 0.99 0.44 77.32 0.97 0.29
Hex 67 90 2 1C 0 63 2C 4D 61 1D
Octal 147 220 2 34 0 143 54 115 141 35
Binary 1100111 10010000 10 11100 0 1100011 101100 1001101 1100001 11101

Color Harmonies of #679002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679002

Black with #679002

Text Example


Text Example

White with #679002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679002; }

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

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

background-color css

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

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

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

border-color css

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

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

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