Html Css Color HEX #8AB36B Olivine

📋 copy color: '#8AB36B'

red 138 ◦ green 179 ◦ blue 107

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

Shades of Olivine #8AB36B

Tints of Olivine #8AB36B

RGB

 RED value IS 138 (54.3% from 255) = 32.55%

 GREEN value IS 179 (70.31% from 255) = 42.22%

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

R = 32.55%
G = 42.22%
B = 25.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#8AB36B (or 0x8AB36B) is known color: Olivine. HEX triplet: 8A, B3 and 6B. RGB value is (138,179,107). Sum of RGB (Red+Green+Blue) = 138+179+107=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB36B is #754C94. Grayscale: #9E9E9E. Windows color (decimal): -7687317 or 7058314. OLE color: 7058314.

HSL color Cylindrical-coordinate representation of color #8AB36B: hue angle of 94.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AB36B is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 179 107 -
CMYK 0.23 0 0.40 0.30
HSL 94.17º 0.32% 0.56% -
HSV(B) 94.17º 0.4% 0.7% -
XYZ 29.26 38.71 19.84 -
YUV 158.53 98.92 113.35 -
System Red Green Blue C M Y K H S L
Decimal 138 179 107 0.23 0 0.40 0.30 94.17 0.32 0.56
Hex 8A B3 6B 17 0 28 1E 5E 20 38
Octal 212 263 153 27 0 50 36 136 40 70
Binary 10001010 10110011 1101011 10111 0 101000 11110 1011110 100000 111000

Color Harmonies of #8AB36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB36B

Black with #8AB36B

Text Example


Text Example

White with #8AB36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AB36B; }

 p { color: rgb(138,179,107); }

 H1.HeaderClassName
 {
   color: #8AB36B;
 }
 .AnyTagClassName
 {
   color: #8AB36B;
 }
</style>

background-color css

<style>
 a { background-color: #8AB36B; }

 a { background-color: rgb(138,179,107); }

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

border-color css

<style>
 span { border-color: #8AB36B; }

 span { border-color: rgb(138,179,107); }

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