#07D68D

Color #07D68D Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #07D68D

Tints of Caribbean Green #07D68D

Color information

#07D68D (or 0x07D68D) is unknown color: approx Caribbean Green. HEX triplet: 07, D6 and 8D. RGB value is (7,214,141). Sum of RGB (Red+Green+Blue) = 7+214+141=362 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #07D68D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07D68D is #F82972. Grayscale: #8F8F8F. Windows color (decimal): -16263539 or 9295367. OLE color: 9295367.

HSL color Cylindrical-coordinate representation of color #07D68D: hue angle of 158.84º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D68D is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB7214141-
CMYK0.9700.340.16
HSL158.84º93.67%43.33%-
HSV(B)158.84º96.73%83.92%-
XYZ28.9450.0633.34-
YUV143.78126.4230.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.93%
GREEN value IS 214 (83.98% from 255) = 59.12%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=1.93%
G=59.12%
B=38.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal72141410.9700.340.16158.8493.6743.33
Hex7D68D61022109f5e2b
Octal73262151410422023713653
Binary11111010110100011011100001010001010000100111111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07D68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,214,141); }

 H1.HeaderClassName
 {
   color: #07D68D;
 }
 .AnyTagClassName
 {
   color: #07D68D;
 }
</style>
background-color css

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

 a { background-color: rgb(7,214,141); }

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

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

 span { border-color: rgb(7,214,141); }

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