Html Css Color HEX #0A670D Green

📋 copy color: '#0A670D'

red 10 ◦ green 103 ◦ blue 13

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

Shades of Green #0A670D

Tints of Green #0A670D

RGB

 RED value IS 10 (4.3% from 255) = 7.94%

 GREEN value IS 103 (40.63% from 255) = 81.75%

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

R = 7.94%
G = 81.75%
B = 10.32%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.87

 K value IS 0.60

RGB Variations

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

Color information

#0A670D (or 0x0A670D) is known color: Green. HEX triplet: 0A, 67 and 0D. RGB value is (10,103,13). Sum of RGB (Red+Green+Blue) = 10+103+13=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 103 (40.62% from 255 or 81.75% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 103 - color contains mainly: green. Hex color #0A670D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A670D is #F598F2. Grayscale: #414141. Windows color (decimal): -16095475 or 878346. OLE color: 878346.

HSL color Cylindrical-coordinate representation of color #0A670D: hue angle of 121.94º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A670D is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.

Color convert

RGB 10 103 13 -
CMYK 0.90 0 0.87 0.60
HSL 121.94º 0.82% 0.22% -
HSV(B) 121.94º 0.9% 0.4% -
XYZ 5.05 9.79 2.01 -
YUV 64.93 98.69 88.82 -
System Red Green Blue C M Y K H S L
Decimal 10 103 13 0.90 0 0.87 0.60 121.94 0.82 0.22
Hex A 67 D 5A 0 57 3C 7A 52 16
Octal 12 147 15 132 0 127 74 172 122 26
Binary 1010 1100111 1101 1011010 0 1010111 111100 1111010 1010010 10110

Color Harmonies of #0A670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A670D

Black with #0A670D

Text Example


Text Example

White with #0A670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A670D; }

 p { color: rgb(10,103,13); }

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

background-color css

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

 a { background-color: rgb(10,103,13); }

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

border-color css

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

 span { border-color: rgb(10,103,13); }

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