Html Css Color HEX #0A7269 Pine Green

📋 copy color: '#0A7269'

red 10 ◦ green 114 ◦ blue 105

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

Shades of Pine Green #0A7269

Tints of Pine Green #0A7269

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.78%

 BLUE value IS 105 (41.41% from 255) = 45.85%

R = 4.37%
G = 49.78%
B = 45.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#0A7269 (or 0x0A7269) is known color: Pine Green. HEX triplet: 0A, 72 and 69. RGB value is (10,114,105). Sum of RGB (Red+Green+Blue) = 10+114+105=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #0A7269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7269 is #F58D96. Grayscale: #515151. Windows color (decimal): -16092567 or 6910474. OLE color: 6910474.

HSL color Cylindrical-coordinate representation of color #0A7269: hue angle of 174.81º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7269 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 114 105 -
CMYK 0.91 0 0.08 0.55
HSL 174.81º 0.84% 0.24% -
HSV(B) 174.81º 0.91% 0.45% -
XYZ 8.69 13.12 15.44 -
YUV 81.88 141.04 76.73 -
System Red Green Blue C M Y K H S L
Decimal 10 114 105 0.91 0 0.08 0.55 174.81 0.84 0.24
Hex A 72 69 5B 0 8 37 AF 54 18
Octal 12 162 151 133 0 10 67 257 124 30
Binary 1010 1110010 1101001 1011011 0 1000 110111 10101111 1010100 11000

Color Harmonies of #0A7269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7269

Black with #0A7269

Text Example


Text Example

White with #0A7269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,114,105); }

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

background-color css

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

 a { background-color: rgb(10,114,105); }

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

border-color css

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

 span { border-color: rgb(10,114,105); }

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