Html Css Color HEX #06850F Green

📋 copy color: '#06850F'

red 6 ◦ green 133 ◦ blue 15

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

Shades of Green #06850F

Tints of Green #06850F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.74%

R = 3.9%
G = 86.36%
B = 9.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#06850F (or 0x06850F) is known color: Green. HEX triplet: 06, 85 and 0F. RGB value is (6,133,15). Sum of RGB (Red+Green+Blue) = 6+133+15=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 133 (52.34% from 255 or 86.36% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 133 - color contains mainly: green. Hex color #06850F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06850F is #F97AF0. Grayscale: #515151. Windows color (decimal): -16349937 or 1017094. OLE color: 1017094.

HSL color Cylindrical-coordinate representation of color #06850F: hue angle of 124.25º 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 #06850F is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 133 15 -
CMYK 0.95 0 0.89 0.48
HSL 124.25º 0.91% 0.27% -
HSV(B) 124.25º 0.95% 0.52% -
XYZ 8.55 16.85 3.25 -
YUV 81.58 90.42 74.09 -
System Red Green Blue C M Y K H S L
Decimal 6 133 15 0.95 0 0.89 0.48 124.25 0.91 0.27
Hex 6 85 F 5F 0 59 30 7C 5B 1B
Octal 6 205 17 137 0 131 60 174 133 33
Binary 110 10000101 1111 1011111 0 1011001 110000 1111100 1011011 11011

Color Harmonies of #06850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06850F

Black with #06850F

Text Example


Text Example

White with #06850F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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