Html Css Color HEX #01B78B Persian Green

📋 copy color: '#01B78B'

red 1 ◦ green 183 ◦ blue 139

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

Shades of Persian Green #01B78B

Tints of Persian Green #01B78B

RGB

 RED value IS 1 (0.78% from 255) = 0.31%

 GREEN value IS 183 (71.88% from 255) = 56.66%

 BLUE value IS 139 (54.69% from 255) = 43.03%

R = 0.31%
G = 56.66%
B = 43.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#01B78B (or 0x01B78B) is known color: Persian Green. HEX triplet: 01, B7 and 8B. RGB value is (1,183,139). Sum of RGB (Red+Green+Blue) = 1+183+139=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 183 (71.88% from 255 or 56.66% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 183 - color contains mainly: green. Hex color #01B78B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B78B is #FE4874. Grayscale: #7B7B7B. Windows color (decimal): -16664693 or 9156353. OLE color: 9156353.

HSL color Cylindrical-coordinate representation of color #01B78B: hue angle of 165.49º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B78B is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 1 183 139 -
CMYK 0.99 0 0.24 0.28
HSL 165.49º 0.99% 0.36% -
HSV(B) 165.49º 0.99% 0.72% -
XYZ 21.61 35.74 30.19 -
YUV 123.57 136.7 40.58 -
System Red Green Blue C M Y K H S L
Decimal 1 183 139 0.99 0 0.24 0.28 165.49 0.99 0.36
Hex 1 B7 8B 63 0 18 1C A5 63 24
Octal 1 267 213 143 0 30 34 245 143 44
Binary 1 10110111 10001011 1100011 0 11000 11100 10100101 1100011 100100

Color Harmonies of #01B78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B78B

Black with #01B78B

Text Example


Text Example

White with #01B78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01B78B; }

 p { color: rgb(1,183,139); }

 H1.HeaderClassName
 {
   color: #01B78B;
 }
 .AnyTagClassName
 {
   color: #01B78B;
 }
</style>

background-color css

<style>
 a { background-color: #01B78B; }

 a { background-color: rgb(1,183,139); }

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

border-color css

<style>
 span { border-color: #01B78B; }

 span { border-color: rgb(1,183,139); }

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