Html Css Color HEX #947D08 Olive

📋 copy color: '#947D08'

red 148 ◦ green 125 ◦ blue 8

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

Shades of Olive #947D08

Tints of Olive #947D08

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.48%

 BLUE value IS 8 (3.52% from 255) = 2.85%

R = 52.67%
G = 44.48%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#947D08 (or 0x947D08) is known color: Olive. HEX triplet: 94, 7D and 08. RGB value is (148,125,8). Sum of RGB (Red+Green+Blue) = 148+125+8=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #947D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947D08 is #6B82F7. Grayscale: #777777. Windows color (decimal): -7045880 or 556436. OLE color: 556436.

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

Color convert

RGB 148 125 8 -
CMYK 0 0.16 0.95 0.42
HSL 50.14º 0.9% 0.31% -
HSV(B) 50.14º 0.95% 0.58% -
XYZ 19.59 20.98 3.25 -
YUV 118.54 65.62 149.01 -
System Red Green Blue C M Y K H S L
Decimal 148 125 8 0 0.16 0.95 0.42 50.14 0.9 0.31
Hex 94 7D 8 0 10 5F 2A 32 5A 1F
Octal 224 175 10 0 20 137 52 62 132 37
Binary 10010100 1111101 1000 0 10000 1011111 101010 110010 1011010 11111

Color Harmonies of #947D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D08

Black with #947D08

Text Example


Text Example

White with #947D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,125,8); }

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

background-color css

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

 a { background-color: rgb(148,125,8); }

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

border-color css

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

 span { border-color: rgb(148,125,8); }

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