Html Css Color HEX #07AF6C Jade

📋 copy color: '#07AF6C'

red 7 ◦ green 175 ◦ blue 108

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

Shades of Jade #07AF6C

Tints of Jade #07AF6C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 60.34%

 BLUE value IS 108 (42.58% from 255) = 37.24%

R = 2.41%
G = 60.34%
B = 37.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#07AF6C (or 0x07AF6C) is known color: Jade. HEX triplet: 07, AF and 6C. RGB value is (7,175,108). Sum of RGB (Red+Green+Blue) = 7+175+108=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AF6C is #F85093. Grayscale: #757575. Windows color (decimal): -16273556 or 7122695. OLE color: 7122695.

HSL color Cylindrical-coordinate representation of color #07AF6C: hue angle of 156.07º 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 #07AF6C is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 175 108 -
CMYK 0.96 0 0.38 0.31
HSL 156.07º 0.92% 0.36% -
HSV(B) 156.07º 0.96% 0.69% -
XYZ 18.12 31.79 19.37 -
YUV 117.13 122.84 49.45 -
System Red Green Blue C M Y K H S L
Decimal 7 175 108 0.96 0 0.38 0.31 156.07 0.92 0.36
Hex 7 AF 6C 60 0 26 1F 9C 5C 24
Octal 7 257 154 140 0 46 37 234 134 44
Binary 111 10101111 1101100 1100000 0 100110 11111 10011100 1011100 100100

Color Harmonies of #07AF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AF6C

Black with #07AF6C

Text Example


Text Example

White with #07AF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,175,108); }

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

background-color css

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

 a { background-color: rgb(7,175,108); }

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

border-color css

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

 span { border-color: rgb(7,175,108); }

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