Html Css Color HEX #07B09A Persian Green

📋 copy color: '#07B09A'

red 7 ◦ green 176 ◦ blue 154

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

Shades of Persian Green #07B09A

Tints of Persian Green #07B09A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.23%

 BLUE value IS 154 (60.55% from 255) = 45.7%

R = 2.08%
G = 52.23%
B = 45.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#07B09A (or 0x07B09A) is known color: Persian Green. HEX triplet: 07, B0 and 9A. RGB value is (7,176,154). Sum of RGB (Red+Green+Blue) = 7+176+154=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 176 (69.14% from 255 or 52.23% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 176 - color contains mainly: green. Hex color #07B09A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B09A is #F84F65. Grayscale: #7A7A7A. Windows color (decimal): -16273254 or 10137607. OLE color: 10137607.

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

Color convert

RGB 7 176 154 -
CMYK 0.96 0 0.12 0.31
HSL 172.19º 0.92% 0.36% -
HSV(B) 172.19º 0.96% 0.69% -
XYZ 21.45 33.43 35.89 -
YUV 122.96 145.51 45.29 -
System Red Green Blue C M Y K H S L
Decimal 7 176 154 0.96 0 0.12 0.31 172.19 0.92 0.36
Hex 7 B0 9A 60 0 C 1F AC 5C 24
Octal 7 260 232 140 0 14 37 254 134 44
Binary 111 10110000 10011010 1100000 0 1100 11111 10101100 1011100 100100

Color Harmonies of #07B09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B09A

Black with #07B09A

Text Example


Text Example

White with #07B09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,176,154); }

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

background-color css

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

 a { background-color: rgb(7,176,154); }

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

border-color css

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

 span { border-color: rgb(7,176,154); }

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