Html Css Color HEX #92B675 Olivine

📋 copy color: '#92B675'

red 146 ◦ green 182 ◦ blue 117

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

Shades of Olivine #92B675

Tints of Olivine #92B675

RGB

 RED value IS 146 (57.42% from 255) = 32.81%

 GREEN value IS 182 (71.48% from 255) = 40.9%

 BLUE value IS 117 (46.09% from 255) = 26.29%

R = 32.81%
G = 40.9%
B = 26.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#92B675 (or 0x92B675) is known color: Olivine. HEX triplet: 92, B6 and 75. RGB value is (146,182,117). Sum of RGB (Red+Green+Blue) = 146+182+117=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #92B675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B675 is #6D498A. Grayscale: #A4A4A4. Windows color (decimal): -7162251 or 7714450. OLE color: 7714450.

HSL color Cylindrical-coordinate representation of color #92B675: hue angle of 93.23º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92B675 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 146 182 117 -
CMYK 0.20 0 0.36 0.29
HSL 93.23º 0.31% 0.59% -
HSV(B) 93.23º 0.36% 0.71% -
XYZ 31.79 40.85 23.04 -
YUV 163.83 101.57 115.29 -
System Red Green Blue C M Y K H S L
Decimal 146 182 117 0.20 0 0.36 0.29 93.23 0.31 0.59
Hex 92 B6 75 14 0 24 1D 5D 1F 3B
Octal 222 266 165 24 0 44 35 135 37 73
Binary 10010010 10110110 1110101 10100 0 100100 11101 1011101 11111 111011

Color Harmonies of #92B675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B675

Black with #92B675

Text Example


Text Example

White with #92B675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92B675; }

 p { color: rgb(146,182,117); }

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

background-color css

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

 a { background-color: rgb(146,182,117); }

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

border-color css

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

 span { border-color: rgb(146,182,117); }

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