Html Css Color HEX #947A07 Olive

📋 copy color: '#947A07'

red 148 ◦ green 122 ◦ blue 7

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

Shades of Olive #947A07

Tints of Olive #947A07

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.04%

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

R = 53.43%
G = 44.04%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#947A07 (or 0x947A07) is known color: Olive. HEX triplet: 94, 7A and 07. RGB value is (148,122,7). Sum of RGB (Red+Green+Blue) = 148+122+7=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #947A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947A07 is #6B85F8. Grayscale: #757575. Windows color (decimal): -7046649 or 490132. OLE color: 490132.

HSL color Cylindrical-coordinate representation of color #947A07: hue angle of 48.94º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #947A07 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 122 7 -
CMYK 0 0.18 0.95 0.42
HSL 48.94º 0.91% 0.3% -
HSV(B) 48.94º 0.95% 0.58% -
XYZ 19.21 20.23 3.09 -
YUV 116.66 66.11 150.35 -
System Red Green Blue C M Y K H S L
Decimal 148 122 7 0 0.18 0.95 0.42 48.94 0.91 0.3
Hex 94 7A 7 0 12 5F 2A 31 5B 1E
Octal 224 172 7 0 22 137 52 61 133 36
Binary 10010100 1111010 111 0 10010 1011111 101010 110001 1011011 11110

Color Harmonies of #947A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A07

Black with #947A07

Text Example


Text Example

White with #947A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,122,7); }

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

background-color css

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

 a { background-color: rgb(148,122,7); }

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

border-color css

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

 span { border-color: rgb(148,122,7); }

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