Html Css Color HEX #61920F Olive Drab

📋 copy color: '#61920F'

red 97 ◦ green 146 ◦ blue 15

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

Shades of Olive Drab #61920F

Tints of Olive Drab #61920F

RGB

 RED value IS 97 (38.28% from 255) = 37.6%

 GREEN value IS 146 (57.42% from 255) = 56.59%

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 37.6%
G = 56.59%
B = 5.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#61920F (or 0x61920F) is known color: Olive Drab. HEX triplet: 61, 92 and 0F. RGB value is (97,146,15). Sum of RGB (Red+Green+Blue) = 97+146+15=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 146 (57.42% from 255 or 56.59% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 146 - color contains mainly: green. Hex color #61920F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61920F is #9E6DF0. Grayscale: #747474. Windows color (decimal): -10382833 or 1020513. OLE color: 1020513.

HSL color Cylindrical-coordinate representation of color #61920F: hue angle of 82.44º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61920F is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 146 15 -
CMYK 0.34 0 0.90 0.43
HSL 82.44º 0.81% 0.32% -
HSV(B) 82.44º 0.9% 0.57% -
XYZ 15.29 23.13 4.11 -
YUV 116.42 70.77 114.15 -
System Red Green Blue C M Y K H S L
Decimal 97 146 15 0.34 0 0.90 0.43 82.44 0.81 0.32
Hex 61 92 F 22 0 5A 2B 52 51 20
Octal 141 222 17 42 0 132 53 122 121 40
Binary 1100001 10010010 1111 100010 0 1011010 101011 1010010 1010001 100000

Color Harmonies of #61920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61920F

Black with #61920F

Text Example


Text Example

White with #61920F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61920F; }

 p { color: rgb(97,146,15); }

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

background-color css

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

 a { background-color: rgb(97,146,15); }

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

border-color css

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

 span { border-color: rgb(97,146,15); }

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