Html Css Color HEX #07B38E Persian Green

📋 copy color: '#07B38E'

red 7 ◦ green 179 ◦ blue 142

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

Shades of Persian Green #07B38E

Tints of Persian Green #07B38E

RGB

 RED value IS 7 (3.13% from 255) = 2.13%

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

 BLUE value IS 142 (55.86% from 255) = 43.29%

R = 2.13%
G = 54.57%
B = 43.29%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#07B38E (or 0x07B38E) is known color: Persian Green. HEX triplet: 07, B3 and 8E. RGB value is (7,179,142). Sum of RGB (Red+Green+Blue) = 7+179+142=328 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 328); Green value is 179 (70.31% from 255 or 54.57% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 179 - color contains mainly: green. Hex color #07B38E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B38E is #F84C71. Grayscale: #7B7B7B. Windows color (decimal): -16272498 or 9351943. OLE color: 9351943.

HSL color Cylindrical-coordinate representation of color #07B38E: hue angle of 167.09º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B38E is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 7 179 142 -
CMYK 0.96 0 0.21 0.30
HSL 167.09º 0.92% 0.36% -
HSV(B) 167.09º 0.96% 0.7% -
XYZ 21.09 34.24 31.09 -
YUV 123.35 138.52 45.01 -
System Red Green Blue C M Y K H S L
Decimal 7 179 142 0.96 0 0.21 0.30 167.09 0.92 0.36
Hex 7 B3 8E 60 0 15 1E A7 5C 24
Octal 7 263 216 140 0 25 36 247 134 44
Binary 111 10110011 10001110 1100000 0 10101 11110 10100111 1011100 100100

Color Harmonies of #07B38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B38E

Black with #07B38E

Text Example


Text Example

White with #07B38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07B38E; }

 p { color: rgb(7,179,142); }

 H1.HeaderClassName
 {
   color: #07B38E;
 }
 .AnyTagClassName
 {
   color: #07B38E;
 }
</style>

background-color css

<style>
 a { background-color: #07B38E; }

 a { background-color: rgb(7,179,142); }

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

border-color css

<style>
 span { border-color: #07B38E; }

 span { border-color: rgb(7,179,142); }

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