Html Css Color HEX #74920F Olive Drab

📋 copy color: '#74920F'

red 116 ◦ green 146 ◦ blue 15

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

Shades of Olive Drab #74920F

Tints of Olive Drab #74920F

RGB

 RED value IS 116 (45.7% from 255) = 41.88%

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

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

R = 41.88%
G = 52.71%
B = 5.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#74920F (or 0x74920F) is known color: Olive Drab. HEX triplet: 74, 92 and 0F. RGB value is (116,146,15). Sum of RGB (Red+Green+Blue) = 116+146+15=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #74920F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74920F is #8B6DF0. Grayscale: #7A7A7A. Windows color (decimal): -9137649 or 1020532. OLE color: 1020532.

HSL color Cylindrical-coordinate representation of color #74920F: hue angle of 73.74º 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 #74920F is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 146 15 -
CMYK 0.21 0 0.90 0.43
HSL 73.74º 0.81% 0.32% -
HSV(B) 73.74º 0.9% 0.57% -
XYZ 17.57 24.31 4.22 -
YUV 122.1 67.56 123.65 -
System Red Green Blue C M Y K H S L
Decimal 116 146 15 0.21 0 0.90 0.43 73.74 0.81 0.32
Hex 74 92 F 15 0 5A 2B 4A 51 20
Octal 164 222 17 25 0 132 53 112 121 40
Binary 1110100 10010010 1111 10101 0 1011010 101011 1001010 1010001 100000

Color Harmonies of #74920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74920F

Black with #74920F

Text Example


Text Example

White with #74920F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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