Html Css Color HEX #74840C Olive

📋 copy color: '#74840C'

red 116 ◦ green 132 ◦ blue 12

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

Shades of Olive #74840C

Tints of Olive #74840C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.77%

 BLUE value IS 12 (5.08% from 255) = 4.62%

R = 44.62%
G = 50.77%
B = 4.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#74840C (or 0x74840C) is known color: Olive. HEX triplet: 74, 84 and 0C. RGB value is (116,132,12). Sum of RGB (Red+Green+Blue) = 116+132+12=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #74840C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74840C is #8B7BF3. Grayscale: #717171. Windows color (decimal): -9141236 or 820340. OLE color: 820340.

HSL color Cylindrical-coordinate representation of color #74840C: hue angle of 68º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74840C is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 132 12 -
CMYK 0.12 0 0.91 0.48
HSL 68º 0.83% 0.28% -
HSV(B) 68º 0.91% 0.52% -
XYZ 15.52 20.24 3.44 -
YUV 113.54 70.7 129.76 -
System Red Green Blue C M Y K H S L
Decimal 116 132 12 0.12 0 0.91 0.48 68 0.83 0.28
Hex 74 84 C C 0 5B 30 44 53 1C
Octal 164 204 14 14 0 133 60 104 123 34
Binary 1110100 10000100 1100 1100 0 1011011 110000 1000100 1010011 11100

Color Harmonies of #74840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74840C

Black with #74840C

Text Example


Text Example

White with #74840C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74840C; }

 p { color: rgb(116,132,12); }

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

background-color css

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

 a { background-color: rgb(116,132,12); }

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

border-color css

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

 span { border-color: rgb(116,132,12); }

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