#06CB07

Color #06CB07 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #06CB07

Tints of Free Speech Green #06CB07

Color information

#06CB07 (or 0x06CB07) is unknown color: approx Free Speech Green. HEX triplet: 06, CB and 07. RGB value is (6,203,7). Sum of RGB (Red+Green+Blue) = 6+203+7=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 203 (79.69% from 255 or 93.98% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 203 - color contains mainly: green. Hex color #06CB07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06CB07 is #F934F8. Grayscale: #7A7A7A. Windows color (decimal): -16332025 or 510726. OLE color: 510726.

HSL color Cylindrical-coordinate representation of color #06CB07: hue angle of 120.3º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CB07 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB62037-
CMYK0.9700.970.20
HSL120.3º94.26%40.98%-
HSV(B)120.3º97.04%79.61%-
XYZ21.4742.777.32-
YUV121.7563.2345.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.78%
GREEN value IS 203 (79.69% from 255) = 93.98%
BLUE value IS 7 (3.12% from 255) = 3.24%
R=2.78%
G=93.98%
B=3.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal620370.9700.970.20120.394.2640.98
Hex6CB76106114785e29
Octal6313714101412417013651
Binary110110010111111100001011000011010011110001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06CB07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06CB07; }

 p { color: rgb(6,203,7); }

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

<style>
 a { background-color: #06CB07; }

 a { background-color: rgb(6,203,7); }

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

<style>
 span { border-color: #06CB07; }

 span { border-color: rgb(6,203,7); }

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