Html Css Color HEX #947502 Olive

📋 copy color: '#947502'

red 148 ◦ green 117 ◦ blue 2

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

Shades of Olive #947502

Tints of Olive #947502

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#947502 (or 0x947502) is known color: Olive. HEX triplet: 94, 75 and 02. RGB value is (148,117,2). Sum of RGB (Red+Green+Blue) = 148+117+2=267 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.43% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 148 - color contains mainly: red. Hex color #947502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947502 is #6B8AFD. Grayscale: #717171. Windows color (decimal): -7047934 or 161172. OLE color: 161172.

HSL color Cylindrical-coordinate representation of color #947502: hue angle of 47.26º 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 #947502 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 2 -
CMYK 0 0.21 0.99 0.42
HSL 47.26º 0.97% 0.29% -
HSV(B) 47.26º 0.99% 0.58% -
XYZ 18.58 19.02 2.75 -
YUV 113.16 65.27 152.85 -
System Red Green Blue C M Y K H S L
Decimal 148 117 2 0 0.21 0.99 0.42 47.26 0.97 0.29
Hex 94 75 2 0 15 63 2A 2F 61 1D
Octal 224 165 2 0 25 143 52 57 141 35
Binary 10010100 1110101 10 0 10101 1100011 101010 101111 1100001 11101

Color Harmonies of #947502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947502

Black with #947502

Text Example


Text Example

White with #947502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947502; }

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

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

background-color css

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

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

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

border-color css

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

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

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