#08974B

Color #08974B Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #08974B

Tints of Pigment Green #08974B

Color information

#08974B (or 0x08974B) is unknown color: approx Pigment Green. HEX triplet: 08, 97 and 4B. RGB value is (8,151,75). Sum of RGB (Red+Green+Blue) = 8+151+75=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 151 (59.38% from 255 or 64.53% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 151 - color contains mainly: green. Hex color #08974B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08974B is #F768B4. Grayscale: #636363. Windows color (decimal): -16214197 or 4953864. OLE color: 4953864.

HSL color Cylindrical-coordinate representation of color #08974B: hue angle of 148.11º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08974B is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB815175-
CMYK0.9500.500.41
HSL148.11º89.94%31.18%-
HSV(B)148.11º94.7%59.22%-
XYZ12.4422.6910.38-
YUV99.58114.1262.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.42%
GREEN value IS 151 (59.38% from 255) = 64.53%
BLUE value IS 75 (29.69% from 255) = 32.05%
R=3.42%
G=64.53%
B=32.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8151750.9500.500.41148.1189.9431.18
Hex8974B5F03229945a1f
Octal102271131370625122413237
Binary10001001011110010111011111011001010100110010100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08974B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08974B; }

 p { color: rgb(8,151,75); }

 H1.HeaderClassName
 {
   color: #08974B;
 }
 .AnyTagClassName
 {
   color: #08974B;
 }
</style>
background-color css

<style>
 a { background-color: #08974B; }

 a { background-color: rgb(8,151,75); }

 div.DivClassName
 {
   background-color: #08974B;
 }
 .BgClassName
 {
   background-color: #08974B;
 }
</style>
border-color css

<style>
 span { border-color: #08974B; }

 span { border-color: rgb(8,151,75); }

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