Html Css Color HEX #068C0D Green

📋 copy color: '#068C0D'

red 6 ◦ green 140 ◦ blue 13

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

Shades of Green #068C0D

Tints of Green #068C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.18%

R = 3.77%
G = 88.05%
B = 8.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#068C0D (or 0x068C0D) is known color: Green. HEX triplet: 06, 8C and 0D. RGB value is (6,140,13). Sum of RGB (Red+Green+Blue) = 6+140+13=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 140 (55.08% from 255 or 88.05% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 140 - color contains mainly: green. Hex color #068C0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068C0D is #F973F2. Grayscale: #555555. Windows color (decimal): -16348147 or 887814. OLE color: 887814.

HSL color Cylindrical-coordinate representation of color #068C0D: hue angle of 123.13º 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 #068C0D is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 140 13 -
CMYK 0.96 0 0.91 0.45
HSL 123.13º 0.92% 0.29% -
HSV(B) 123.13º 0.96% 0.55% -
XYZ 9.53 18.82 3.51 -
YUV 85.46 87.11 71.33 -
System Red Green Blue C M Y K H S L
Decimal 6 140 13 0.96 0 0.91 0.45 123.13 0.92 0.29
Hex 6 8C D 60 0 5B 2D 7B 5C 1D
Octal 6 214 15 140 0 133 55 173 134 35
Binary 110 10001100 1101 1100000 0 1011011 101101 1111011 1011100 11101

Color Harmonies of #068C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068C0D

Black with #068C0D

Text Example


Text Example

White with #068C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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