Html Css Color HEX #758F04 Olive

📋 copy color: '#758F04'

red 117 ◦ green 143 ◦ blue 4

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

Shades of Olive #758F04

Tints of Olive #758F04

RGB

 RED value IS 117 (46.09% from 255) = 44.32%

 GREEN value IS 143 (56.25% from 255) = 54.17%

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 44.32%
G = 54.17%
B = 1.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#758F04 (or 0x758F04) is known color: Olive. HEX triplet: 75, 8F and 04. RGB value is (117,143,4). Sum of RGB (Red+Green+Blue) = 117+143+4=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 143 (56.25% from 255 or 54.17% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 143 - color contains mainly: green. Hex color #758F04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758F04 is #8A70FB. Grayscale: #777777. Windows color (decimal): -9072892 or 298869. OLE color: 298869.

HSL color Cylindrical-coordinate representation of color #758F04: hue angle of 71.22º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #758F04 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 143 4 -
CMYK 0.18 0 0.97 0.44
HSL 71.22º 0.95% 0.29% -
HSV(B) 71.22º 0.97% 0.56% -
XYZ 17.18 23.44 3.73 -
YUV 119.38 62.89 126.3 -
System Red Green Blue C M Y K H S L
Decimal 117 143 4 0.18 0 0.97 0.44 71.22 0.95 0.29
Hex 75 8F 4 12 0 61 2C 47 5F 1D
Octal 165 217 4 22 0 141 54 107 137 35
Binary 1110101 10001111 100 10010 0 1100001 101100 1000111 1011111 11101

Color Harmonies of #758F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758F04

Black with #758F04

Text Example


Text Example

White with #758F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758F04; }

 p { color: rgb(117,143,4); }

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

background-color css

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

 a { background-color: rgb(117,143,4); }

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

border-color css

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

 span { border-color: rgb(117,143,4); }

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