Html Css Color HEX #748207 Olive

📋 copy color: '#748207'

red 116 ◦ green 130 ◦ blue 7

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

Shades of Olive #748207

Tints of Olive #748207

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.38%

 BLUE value IS 7 (3.13% from 255) = 2.77%

R = 45.85%
G = 51.38%
B = 2.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#748207 (or 0x748207) is known color: Olive. HEX triplet: 74, 82 and 07. RGB value is (116,130,7). Sum of RGB (Red+Green+Blue) = 116+130+7=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #748207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748207 is #8B7DF8. Grayscale: #707070. Windows color (decimal): -9141753 or 492148. OLE color: 492148.

HSL color Cylindrical-coordinate representation of color #748207: hue angle of 66.83º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #748207 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 130 7 -
CMYK 0.11 0 0.95 0.49
HSL 66.83º 0.9% 0.27% -
HSV(B) 66.83º 0.95% 0.51% -
XYZ 15.22 19.69 3.2 -
YUV 111.79 68.86 131 -
System Red Green Blue C M Y K H S L
Decimal 116 130 7 0.11 0 0.95 0.49 66.83 0.9 0.27
Hex 74 82 7 B 0 5F 31 43 5A 1B
Octal 164 202 7 13 0 137 61 103 132 33
Binary 1110100 10000010 111 1011 0 1011111 110001 1000011 1011010 11011

Color Harmonies of #748207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748207

Black with #748207

Text Example


Text Example

White with #748207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748207; }

 p { color: rgb(116,130,7); }

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

background-color css

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

 a { background-color: rgb(116,130,7); }

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

border-color css

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

 span { border-color: rgb(116,130,7); }

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