Html Css Color HEX #679125 Olive Drab

📋 copy color: '#679125'

red 103 ◦ green 145 ◦ blue 37

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

Shades of Olive Drab #679125

Tints of Olive Drab #679125

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.88%

 BLUE value IS 37 (14.84% from 255) = 12.98%

R = 36.14%
G = 50.88%
B = 12.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#679125 (or 0x679125) is known color: Olive Drab. HEX triplet: 67, 91 and 25. RGB value is (103,145,37). Sum of RGB (Red+Green+Blue) = 103+145+37=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #679125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679125 is #986EDA. Grayscale: #787878. Windows color (decimal): -9989851 or 2462055. OLE color: 2462055.

HSL color Cylindrical-coordinate representation of color #679125: hue angle of 83.33º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #679125 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 145 37 -
CMYK 0.29 0 0.74 0.43
HSL 83.33º 0.59% 0.36% -
HSV(B) 83.33º 0.74% 0.57% -
XYZ 16.05 23.27 5.4 -
YUV 120.13 81.09 115.78 -
System Red Green Blue C M Y K H S L
Decimal 103 145 37 0.29 0 0.74 0.43 83.33 0.59 0.36
Hex 67 91 25 1D 0 4A 2B 53 3B 24
Octal 147 221 45 35 0 112 53 123 73 44
Binary 1100111 10010001 100101 11101 0 1001010 101011 1010011 111011 100100

Color Harmonies of #679125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679125

Black with #679125

Text Example


Text Example

White with #679125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679125; }

 p { color: rgb(103,145,37); }

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

background-color css

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

 a { background-color: rgb(103,145,37); }

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

border-color css

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

 span { border-color: rgb(103,145,37); }

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