Html Css Color HEX #94B872 Olivine

📋 copy color: '#94B872'

red 148 ◦ green 184 ◦ blue 114

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

Shades of Olivine #94B872

Tints of Olivine #94B872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.26%

 BLUE value IS 114 (44.92% from 255) = 25.56%

R = 33.18%
G = 41.26%
B = 25.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#94B872 (or 0x94B872) is known color: Olivine. HEX triplet: 94, B8 and 72. RGB value is (148,184,114). Sum of RGB (Red+Green+Blue) = 148+184+114=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 184 - color contains mainly: green. Hex color #94B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B872 is #6B478D. Grayscale: #A5A5A5. Windows color (decimal): -7030670 or 7518356. OLE color: 7518356.

HSL color Cylindrical-coordinate representation of color #94B872: hue angle of 90.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94B872 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 184 114 -
CMYK 0.20 0 0.38 0.28
HSL 90.86º 0.33% 0.58% -
HSV(B) 90.86º 0.38% 0.72% -
XYZ 32.39 41.79 22.28 -
YUV 165.26 99.07 115.69 -
System Red Green Blue C M Y K H S L
Decimal 148 184 114 0.20 0 0.38 0.28 90.86 0.33 0.58
Hex 94 B8 72 14 0 26 1C 5B 21 3A
Octal 224 270 162 24 0 46 34 133 41 72
Binary 10010100 10111000 1110010 10100 0 100110 11100 1011011 100001 111010

Color Harmonies of #94B872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B872

Black with #94B872

Text Example


Text Example

White with #94B872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94B872; }

 p { color: rgb(148,184,114); }

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

background-color css

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

 a { background-color: rgb(148,184,114); }

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

border-color css

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

 span { border-color: rgb(148,184,114); }

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