Html Css Color HEX #74730C Olive

📋 copy color: '#74730C'

red 116 ◦ green 115 ◦ blue 12

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

Shades of Olive #74730C

Tints of Olive #74730C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.33%

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

R = 47.74%
G = 47.33%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#74730C (or 0x74730C) is known color: Olive. HEX triplet: 74, 73 and 0C. RGB value is (116,115,12). Sum of RGB (Red+Green+Blue) = 116+115+12=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74730C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74730C is #8B8CF3. Grayscale: #676767. Windows color (decimal): -9145588 or 815988. OLE color: 815988.

HSL color Cylindrical-coordinate representation of color #74730C: hue angle of 59.42º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74730C is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 115 12 -
CMYK 0 0.01 0.90 0.55
HSL 59.42º 0.81% 0.25% -
HSV(B) 59.42º 0.9% 0.45% -
XYZ 13.4 16 2.73 -
YUV 103.56 76.33 136.88 -
System Red Green Blue C M Y K H S L
Decimal 116 115 12 0 0.01 0.90 0.55 59.42 0.81 0.25
Hex 74 73 C 0 1 5A 37 3B 51 19
Octal 164 163 14 0 1 132 67 73 121 31
Binary 1110100 1110011 1100 0 1 1011010 110111 111011 1010001 11001

Color Harmonies of #74730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74730C

Black with #74730C

Text Example


Text Example

White with #74730C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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