Html Css Color HEX #06821B Green

📋 copy color: '#06821B'

red 6 ◦ green 130 ◦ blue 27

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

Shades of Green #06821B

Tints of Green #06821B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 79.75%

 BLUE value IS 27 (10.94% from 255) = 16.56%

R = 3.68%
G = 79.75%
B = 16.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#06821B (or 0x06821B) is known color: Green. HEX triplet: 06, 82 and 1B. RGB value is (6,130,27). Sum of RGB (Red+Green+Blue) = 6+130+27=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 130 (51.17% from 255 or 79.75% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 130 - color contains mainly: green. Hex color #06821B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06821B is #F97DE4. Grayscale: #515151. Windows color (decimal): -16350693 or 1802758. OLE color: 1802758.

HSL color Cylindrical-coordinate representation of color #06821B: hue angle of 130.16º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06821B is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 130 27 -
CMYK 0.95 0 0.79 0.49
HSL 130.16º 0.91% 0.27% -
HSV(B) 130.16º 0.95% 0.51% -
XYZ 8.26 16.08 3.71 -
YUV 81.18 97.42 74.38 -
System Red Green Blue C M Y K H S L
Decimal 6 130 27 0.95 0 0.79 0.49 130.16 0.91 0.27
Hex 6 82 1B 5F 0 4F 31 82 5B 1B
Octal 6 202 33 137 0 117 61 202 133 33
Binary 110 10000010 11011 1011111 0 1001111 110001 10000010 1011011 11011

Color Harmonies of #06821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06821B

Black with #06821B

Text Example


Text Example

White with #06821B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06821B; }

 p { color: rgb(6,130,27); }

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

background-color css

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

 a { background-color: rgb(6,130,27); }

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

border-color css

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

 span { border-color: rgb(6,130,27); }

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