Html Css Color HEX #068502 Green

📋 copy color: '#068502'

red 6 ◦ green 133 ◦ blue 2

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

Shades of Green #068502

Tints of Green #068502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 94.33%

 BLUE value IS 2 (1.17% from 255) = 1.42%

R = 4.26%
G = 94.33%
B = 1.42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#068502 (or 0x068502) is known color: Green. HEX triplet: 06, 85 and 02. RGB value is (6,133,2). Sum of RGB (Red+Green+Blue) = 6+133+2=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 133 (52.34% from 255 or 94.33% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 133 - color contains mainly: green. Hex color #068502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068502 is #F97AFD. Grayscale: #505050. Windows color (decimal): -16349950 or 165126. OLE color: 165126.

HSL color Cylindrical-coordinate representation of color #068502: hue angle of 118.17º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #068502 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 133 2 -
CMYK 0.95 0 0.98 0.48
HSL 118.17º 0.97% 0.26% -
HSV(B) 118.17º 0.98% 0.52% -
XYZ 8.47 16.82 2.86 -
YUV 80.09 83.92 75.15 -
System Red Green Blue C M Y K H S L
Decimal 6 133 2 0.95 0 0.98 0.48 118.17 0.97 0.26
Hex 6 85 2 5F 0 62 30 76 61 1A
Octal 6 205 2 137 0 142 60 166 141 32
Binary 110 10000101 10 1011111 0 1100010 110000 1110110 1100001 11010

Color Harmonies of #068502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068502

Black with #068502

Text Example


Text Example

White with #068502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068502; }

 p { color: rgb(6,133,2); }

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

background-color css

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

 a { background-color: rgb(6,133,2); }

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

border-color css

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

 span { border-color: rgb(6,133,2); }

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