Html Css Color HEX #92AB6B Olivine

📋 copy color: '#92AB6B'

red 146 ◦ green 171 ◦ blue 107

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

Shades of Olivine #92AB6B

Tints of Olivine #92AB6B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.33%

 BLUE value IS 107 (42.19% from 255) = 25.24%

R = 34.43%
G = 40.33%
B = 25.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#92AB6B (or 0x92AB6B) is known color: Olivine. HEX triplet: 92, AB and 6B. RGB value is (146,171,107). Sum of RGB (Red+Green+Blue) = 146+171+107=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AB6B is #6D5494. Grayscale: #9C9C9C. Windows color (decimal): -7165077 or 7056274. OLE color: 7056274.

HSL color Cylindrical-coordinate representation of color #92AB6B: hue angle of 83.44º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92AB6B is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 171 107 -
CMYK 0.15 0 0.37 0.33
HSL 83.44º 0.28% 0.55% -
HSV(B) 83.44º 0.37% 0.67% -
XYZ 29.07 36.3 19.38 -
YUV 156.23 100.22 120.7 -
System Red Green Blue C M Y K H S L
Decimal 146 171 107 0.15 0 0.37 0.33 83.44 0.28 0.55
Hex 92 AB 6B F 0 25 21 53 1C 37
Octal 222 253 153 17 0 45 41 123 34 67
Binary 10010010 10101011 1101011 1111 0 100101 100001 1010011 11100 110111

Color Harmonies of #92AB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AB6B

Black with #92AB6B

Text Example


Text Example

White with #92AB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,171,107); }

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

background-color css

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

 a { background-color: rgb(146,171,107); }

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

border-color css

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

 span { border-color: rgb(146,171,107); }

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