Html Css Color HEX #947C02 Olive

📋 copy color: '#947C02'

red 148 ◦ green 124 ◦ blue 2

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

Shades of Olive #947C02

Tints of Olive #947C02

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.26%

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

R = 54.01%
G = 45.26%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#947C02 (or 0x947C02) is known color: Olive. HEX triplet: 94, 7C and 02. RGB value is (148,124,2). Sum of RGB (Red+Green+Blue) = 148+124+2=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #947C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947C02 is #6B83FD. Grayscale: #757575. Windows color (decimal): -7046142 or 162964. OLE color: 162964.

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

Color convert

RGB 148 124 2 -
CMYK 0 0.16 0.99 0.42
HSL 50.14º 0.97% 0.29% -
HSV(B) 50.14º 0.99% 0.58% -
XYZ 19.43 20.72 3.03 -
YUV 117.27 62.95 149.92 -
System Red Green Blue C M Y K H S L
Decimal 148 124 2 0 0.16 0.99 0.42 50.14 0.97 0.29
Hex 94 7C 2 0 10 63 2A 32 61 1D
Octal 224 174 2 0 20 143 52 62 141 35
Binary 10010100 1111100 10 0 10000 1100011 101010 110010 1100001 11101

Color Harmonies of #947C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C02

Black with #947C02

Text Example


Text Example

White with #947C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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