Html Css Color HEX #679504 Olive Drab

📋 copy color: '#679504'

red 103 ◦ green 149 ◦ blue 4

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

Shades of Olive Drab #679504

Tints of Olive Drab #679504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.56%

R = 40.23%
G = 58.2%
B = 1.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#679504 (or 0x679504) is known color: Olive Drab. HEX triplet: 67, 95 and 04. RGB value is (103,149,4). Sum of RGB (Red+Green+Blue) = 103+149+4=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #679504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679504 is #986AFB. Grayscale: #777777. Windows color (decimal): -9988860 or 300391. OLE color: 300391.

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

Color convert

RGB 103 149 4 -
CMYK 0.31 0 0.97 0.42
HSL 79.03º 0.95% 0.3% -
HSV(B) 79.03º 0.97% 0.58% -
XYZ 16.36 24.39 3.96 -
YUV 118.72 63.26 116.79 -
System Red Green Blue C M Y K H S L
Decimal 103 149 4 0.31 0 0.97 0.42 79.03 0.95 0.3
Hex 67 95 4 1F 0 61 2A 4F 5F 1E
Octal 147 225 4 37 0 141 52 117 137 36
Binary 1100111 10010101 100 11111 0 1100001 101010 1001111 1011111 11110

Color Harmonies of #679504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679504

Black with #679504

Text Example


Text Example

White with #679504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679504; }

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

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

background-color css

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

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

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

border-color css

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

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

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