Html Css Color HEX #759402 Olive

📋 copy color: '#759402'

red 117 ◦ green 148 ◦ blue 2

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

Shades of Olive #759402

Tints of Olive #759402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.43%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 43.82%
G = 55.43%
B = 0.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#759402 (or 0x759402) is known color: Olive. HEX triplet: 75, 94 and 02. RGB value is (117,148,2). Sum of RGB (Red+Green+Blue) = 117+148+2=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #759402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759402 is #8A6BFD. Grayscale: #7A7A7A. Windows color (decimal): -9071614 or 169077. OLE color: 169077.

HSL color Cylindrical-coordinate representation of color #759402: hue angle of 72.74º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #759402 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 148 2 -
CMYK 0.21 0 0.99 0.42
HSL 72.74º 0.97% 0.29% -
HSV(B) 72.74º 0.99% 0.58% -
XYZ 17.94 24.97 3.93 -
YUV 122.09 60.23 124.37 -
System Red Green Blue C M Y K H S L
Decimal 117 148 2 0.21 0 0.99 0.42 72.74 0.97 0.29
Hex 75 94 2 15 0 63 2A 49 61 1D
Octal 165 224 2 25 0 143 52 111 141 35
Binary 1110101 10010100 10 10101 0 1100011 101010 1001001 1100001 11101

Color Harmonies of #759402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759402

Black with #759402

Text Example


Text Example

White with #759402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759402; }

 p { color: rgb(117,148,2); }

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

background-color css

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

 a { background-color: rgb(117,148,2); }

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

border-color css

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

 span { border-color: rgb(117,148,2); }

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