Html Css Color HEX #06850B Green

📋 copy color: '#06850B'

red 6 ◦ green 133 ◦ blue 11

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

Shades of Green #06850B

Tints of Green #06850B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.33%

R = 4%
G = 88.67%
B = 7.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#06850B (or 0x06850B) is known color: Green. HEX triplet: 06, 85 and 0B. RGB value is (6,133,11). Sum of RGB (Red+Green+Blue) = 6+133+11=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 133 (52.34% from 255 or 88.67% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 133 - color contains mainly: green. Hex color #06850B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06850B is #F97AF4. Grayscale: #515151. Windows color (decimal): -16349941 or 754950. OLE color: 754950.

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

Color convert

RGB 6 133 11 -
CMYK 0.95 0 0.92 0.48
HSL 122.36º 0.91% 0.27% -
HSV(B) 122.36º 0.95% 0.52% -
XYZ 8.52 16.84 3.12 -
YUV 81.12 88.42 74.42 -
System Red Green Blue C M Y K H S L
Decimal 6 133 11 0.95 0 0.92 0.48 122.36 0.91 0.27
Hex 6 85 B 5F 0 5C 30 7A 5B 1B
Octal 6 205 13 137 0 134 60 172 133 33
Binary 110 10000101 1011 1011111 0 1011100 110000 1111010 1011011 11011

Color Harmonies of #06850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06850B

Black with #06850B

Text Example


Text Example

White with #06850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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