Html Css Color HEX #069271 Observatory

📋 copy color: '#069271'

red 6 ◦ green 146 ◦ blue 113

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

Shades of Observatory #069271

Tints of Observatory #069271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.09%

 BLUE value IS 113 (44.53% from 255) = 42.64%

R = 2.26%
G = 55.09%
B = 42.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#069271 (or 0x069271) is known color: Observatory. HEX triplet: 06, 92 and 71. RGB value is (6,146,113). Sum of RGB (Red+Green+Blue) = 6+146+113=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #069271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069271 is #F96D8E. Grayscale: #646464. Windows color (decimal): -16346511 or 7442950. OLE color: 7442950.

HSL color Cylindrical-coordinate representation of color #069271: hue angle of 165.86º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069271 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 146 113 -
CMYK 0.96 0 0.23 0.43
HSL 165.86º 0.92% 0.3% -
HSV(B) 165.86º 0.96% 0.57% -
XYZ 13.33 21.79 19.13 -
YUV 100.38 135.12 60.68 -
System Red Green Blue C M Y K H S L
Decimal 6 146 113 0.96 0 0.23 0.43 165.86 0.92 0.3
Hex 6 92 71 60 0 17 2B A6 5C 1E
Octal 6 222 161 140 0 27 53 246 134 36
Binary 110 10010010 1110001 1100000 0 10111 101011 10100110 1011100 11110

Color Harmonies of #069271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069271

Black with #069271

Text Example


Text Example

White with #069271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069271; }

 p { color: rgb(6,146,113); }

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

background-color css

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

 a { background-color: rgb(6,146,113); }

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

border-color css

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

 span { border-color: rgb(6,146,113); }

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