Html Css Color HEX #068B0C Green

📋 copy color: '#068B0C'

red 6 ◦ green 139 ◦ blue 12

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

Shades of Green #068B0C

Tints of Green #068B0C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 88.54%

 BLUE value IS 12 (5.08% from 255) = 7.64%

R = 3.82%
G = 88.54%
B = 7.64%

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

#068B0C (or 0x068B0C) is known color: Green. HEX triplet: 06, 8B and 0C. RGB value is (6,139,12). Sum of RGB (Red+Green+Blue) = 6+139+12=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 139 (54.69% from 255 or 88.54% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 139 - color contains mainly: green. Hex color #068B0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068B0C is #F974F3. Grayscale: #555555. Windows color (decimal): -16348404 or 822022. OLE color: 822022.

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

Color convert

RGB 6 139 12 -
CMYK 0.96 0 0.91 0.45
HSL 122.71º 0.92% 0.28% -
HSV(B) 122.71º 0.96% 0.55% -
XYZ 9.37 18.53 3.43 -
YUV 84.76 86.94 71.83 -
System Red Green Blue C M Y K H S L
Decimal 6 139 12 0.96 0 0.91 0.45 122.71 0.92 0.28
Hex 6 8B C 60 0 5B 2D 7B 5C 1C
Octal 6 213 14 140 0 133 55 173 134 34
Binary 110 10001011 1100 1100000 0 1011011 101101 1111011 1011100 11100

Color Harmonies of #068B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068B0C

Black with #068B0C

Text Example


Text Example

White with #068B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,139,12); }

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

background-color css

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

 a { background-color: rgb(6,139,12); }

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

border-color css

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

 span { border-color: rgb(6,139,12); }

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