Html Css Color HEX #679500 Olive Drab

📋 copy color: '#679500'

red 103 ◦ green 149 ◦ blue 0

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

Shades of Olive Drab #679500

Tints of Olive Drab #679500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.87%
G = 59.13%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#679500 (or 0x679500) is known color: Olive Drab. HEX triplet: 67, 95 and 00. RGB value is (103,149,0). Sum of RGB (Red+Green+Blue) = 103+149+0=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 149 (58.59% from 255 or 59.13% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 149 - color contains mainly: green. Hex color #679500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679500 is #986AFF. Grayscale: #767676. Windows color (decimal): -9988864 or 38247. OLE color: 38247.

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

Color convert

RGB 103 149 0 -
CMYK 0.31 0 1 0.42
HSL 78.52º 1% 0.29% -
HSV(B) 78.52º 1% 0.58% -
XYZ 16.34 24.38 3.84 -
YUV 118.26 61.26 117.12 -
System Red Green Blue C M Y K H S L
Decimal 103 149 0 0.31 0 1 0.42 78.52 1 0.29
Hex 67 95 0 1F 0 64 2A 4F 64 1D
Octal 147 225 0 37 0 144 52 117 144 35
Binary 1100111 10010101 0 11111 0 1100100 101010 1001111 1100100 11101

Color Harmonies of #679500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679500

Black with #679500

Text Example


Text Example

White with #679500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679500; }

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

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

background-color css

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

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

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

border-color css

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

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

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