Html Css Color HEX #0BA742 Pigment Green

📋 copy color: '#0BA742'

red 11 ◦ green 167 ◦ blue 66

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

Shades of Pigment Green #0BA742

Tints of Pigment Green #0BA742

RGB

 RED value IS 11 (4.69% from 255) = 4.51%

 GREEN value IS 167 (65.63% from 255) = 68.44%

 BLUE value IS 66 (26.17% from 255) = 27.05%

R = 4.51%
G = 68.44%
B = 27.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#0BA742 (or 0x0BA742) is known color: Pigment Green. HEX triplet: 0B, A7 and 42. RGB value is (11,167,66). Sum of RGB (Red+Green+Blue) = 11+167+66=244 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.51% from 244); Green value is 167 (65.62% from 255 or 68.44% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 167 - color contains mainly: green. Hex color #0BA742 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA742 is #F458BD. Grayscale: #6D6D6D. Windows color (decimal): -16013502 or 4368139. OLE color: 4368139.

HSL color Cylindrical-coordinate representation of color #0BA742: hue angle of 141.15º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA742 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 11 167 66 -
CMYK 0.93 0 0.60 0.35
HSL 141.15º 0.88% 0.35% -
HSV(B) 141.15º 0.93% 0.65% -
XYZ 14.94 28.1 9.79 -
YUV 108.84 103.82 58.21 -
System Red Green Blue C M Y K H S L
Decimal 11 167 66 0.93 0 0.60 0.35 141.15 0.88 0.35
Hex B A7 42 5D 0 3C 23 8D 58 23
Octal 13 247 102 135 0 74 43 215 130 43
Binary 1011 10100111 1000010 1011101 0 111100 100011 10001101 1011000 100011

Color Harmonies of #0BA742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA742

Black with #0BA742

Text Example


Text Example

White with #0BA742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BA742; }

 p { color: rgb(11,167,66); }

 H1.HeaderClassName
 {
   color: #0BA742;
 }
 .AnyTagClassName
 {
   color: #0BA742;
 }
</style>

background-color css

<style>
 a { background-color: #0BA742; }

 a { background-color: rgb(11,167,66); }

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

border-color css

<style>
 span { border-color: #0BA742; }

 span { border-color: rgb(11,167,66); }

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