Html Css Color HEX #749007 Olive

📋 copy color: '#749007'

red 116 ◦ green 144 ◦ blue 7

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

Shades of Olive #749007

Tints of Olive #749007

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.93%

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

R = 43.45%
G = 53.93%
B = 2.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.44

RGB Variations

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

Color information

#749007 (or 0x749007) is known color: Olive. HEX triplet: 74, 90 and 07. RGB value is (116,144,7). Sum of RGB (Red+Green+Blue) = 116+144+7=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 144 (56.64% from 255 or 53.93% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 144 - color contains mainly: green. Hex color #749007 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749007 is #8B6FF8. Grayscale: #787878. Windows color (decimal): -9138169 or 495732. OLE color: 495732.

HSL color Cylindrical-coordinate representation of color #749007: hue angle of 72.26º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #749007 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 144 7 -
CMYK 0.19 0 0.95 0.44
HSL 72.26º 0.91% 0.3% -
HSV(B) 72.26º 0.95% 0.56% -
XYZ 17.21 23.67 3.86 -
YUV 120.01 64.22 125.14 -
System Red Green Blue C M Y K H S L
Decimal 116 144 7 0.19 0 0.95 0.44 72.26 0.91 0.3
Hex 74 90 7 13 0 5F 2C 48 5B 1E
Octal 164 220 7 23 0 137 54 110 133 36
Binary 1110100 10010000 111 10011 0 1011111 101100 1001000 1011011 11110

Color Harmonies of #749007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749007

Black with #749007

Text Example


Text Example

White with #749007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749007; }

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

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

background-color css

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

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

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

border-color css

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

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

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