Html Css Color HEX #08973C Pigment Green

📋 copy color: '#08973C'

red 8 ◦ green 151 ◦ blue 60

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

Shades of Pigment Green #08973C

Tints of Pigment Green #08973C

RGB

 RED value IS 8 (3.52% from 255) = 3.65%

 GREEN value IS 151 (59.38% from 255) = 68.95%

 BLUE value IS 60 (23.83% from 255) = 27.4%

R = 3.65%
G = 68.95%
B = 27.4%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#08973C (or 0x08973C) is known color: Pigment Green. HEX triplet: 08, 97 and 3C. RGB value is (8,151,60). Sum of RGB (Red+Green+Blue) = 8+151+60=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 151 (59.38% from 255 or 68.95% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 151 - color contains mainly: green. Hex color #08973C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08973C is #F768C3. Grayscale: #626262. Windows color (decimal): -16214212 or 3970824. OLE color: 3970824.

HSL color Cylindrical-coordinate representation of color #08973C: hue angle of 141.82º 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 #08973C is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 151 60 -
CMYK 0.95 0 0.60 0.41
HSL 141.82º 0.9% 0.31% -
HSV(B) 141.82º 0.95% 0.59% -
XYZ 11.98 22.51 7.99 -
YUV 97.87 106.62 63.9 -
System Red Green Blue C M Y K H S L
Decimal 8 151 60 0.95 0 0.60 0.41 141.82 0.9 0.31
Hex 8 97 3C 5F 0 3C 29 8E 5A 1F
Octal 10 227 74 137 0 74 51 216 132 37
Binary 1000 10010111 111100 1011111 0 111100 101001 10001110 1011010 11111

Color Harmonies of #08973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08973C

Black with #08973C

Text Example


Text Example

White with #08973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08973C; }

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

 H1.HeaderClassName
 {
   color: #08973C;
 }
 .AnyTagClassName
 {
   color: #08973C;
 }
</style>

background-color css

<style>
 a { background-color: #08973C; }

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

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

border-color css

<style>
 span { border-color: #08973C; }

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

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