Html Css Color HEX #05690D Green

📋 copy color: '#05690D'

red 5 ◦ green 105 ◦ blue 13

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

Shades of Green #05690D

Tints of Green #05690D

RGB

 RED value IS 5 (2.34% from 255) = 4.07%

 GREEN value IS 105 (41.41% from 255) = 85.37%

 BLUE value IS 13 (5.47% from 255) = 10.57%

R = 4.07%
G = 85.37%
B = 10.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#05690D (or 0x05690D) is known color: Green. HEX triplet: 05, 69 and 0D. RGB value is (5,105,13). Sum of RGB (Red+Green+Blue) = 5+105+13=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 105 (41.41% from 255 or 85.37% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 105 - color contains mainly: green. Hex color #05690D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05690D is #FA96F2. Grayscale: #404040. Windows color (decimal): -16422643 or 878853. OLE color: 878853.

HSL color Cylindrical-coordinate representation of color #05690D: hue angle of 124.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05690D is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 105 13 -
CMYK 0.95 0 0.88 0.59
HSL 124.8º 0.91% 0.22% -
HSV(B) 124.8º 0.95% 0.41% -
XYZ 5.19 10.16 2.07 -
YUV 64.61 98.87 85.48 -
System Red Green Blue C M Y K H S L
Decimal 5 105 13 0.95 0 0.88 0.59 124.8 0.91 0.22
Hex 5 69 D 5F 0 58 3B 7D 5B 16
Octal 5 151 15 137 0 130 73 175 133 26
Binary 101 1101001 1101 1011111 0 1011000 111011 1111101 1011011 10110

Color Harmonies of #05690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05690D

Black with #05690D

Text Example


Text Example

White with #05690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05690D; }

 p { color: rgb(5,105,13); }

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

background-color css

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

 a { background-color: rgb(5,105,13); }

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

border-color css

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

 span { border-color: rgb(5,105,13); }

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