Html Css Color HEX #068C0E Green

📋 copy color: '#068C0E'

red 6 ◦ green 140 ◦ blue 14

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

Shades of Green #068C0E

Tints of Green #068C0E

RGB

 RED value IS 6 (2.73% from 255) = 3.75%

 GREEN value IS 140 (55.08% from 255) = 87.5%

 BLUE value IS 14 (5.86% from 255) = 8.75%

R = 3.75%
G = 87.5%
B = 8.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#068C0E (or 0x068C0E) is known color: Green. HEX triplet: 06, 8C and 0E. RGB value is (6,140,14). Sum of RGB (Red+Green+Blue) = 6+140+14=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 140 (55.08% from 255 or 87.5% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 140 - color contains mainly: green. Hex color #068C0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068C0E is #F973F1. Grayscale: #555555. Windows color (decimal): -16348146 or 953350. OLE color: 953350.

HSL color Cylindrical-coordinate representation of color #068C0E: hue angle of 123.58º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068C0E is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 140 14 -
CMYK 0.96 0 0.90 0.45
HSL 123.58º 0.92% 0.29% -
HSV(B) 123.58º 0.96% 0.55% -
XYZ 9.53 18.83 3.55 -
YUV 85.57 87.61 71.25 -
System Red Green Blue C M Y K H S L
Decimal 6 140 14 0.96 0 0.90 0.45 123.58 0.92 0.29
Hex 6 8C E 60 0 5A 2D 7C 5C 1D
Octal 6 214 16 140 0 132 55 174 134 35
Binary 110 10001100 1110 1100000 0 1011010 101101 1111100 1011100 11101

Color Harmonies of #068C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068C0E

Black with #068C0E

Text Example


Text Example

White with #068C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068C0E; }

 p { color: rgb(6,140,14); }

 H1.HeaderClassName
 {
   color: #068C0E;
 }
 .AnyTagClassName
 {
   color: #068C0E;
 }
</style>

background-color css

<style>
 a { background-color: #068C0E; }

 a { background-color: rgb(6,140,14); }

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

border-color css

<style>
 span { border-color: #068C0E; }

 span { border-color: rgb(6,140,14); }

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