Html Css Color HEX #068268 Observatory

📋 copy color: '#068268'

red 6 ◦ green 130 ◦ blue 104

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

Shades of Observatory #068268

Tints of Observatory #068268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.17%

 BLUE value IS 104 (41.02% from 255) = 43.33%

R = 2.5%
G = 54.17%
B = 43.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#068268 (or 0x068268) is known color: Observatory. HEX triplet: 06, 82 and 68. RGB value is (6,130,104). Sum of RGB (Red+Green+Blue) = 6+130+104=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #068268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068268 is #F97D97. Grayscale: #595959. Windows color (decimal): -16350616 or 6849030. OLE color: 6849030.

HSL color Cylindrical-coordinate representation of color #068268: hue angle of 167.42º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068268 is Cyan = 0.95, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 130 104 -
CMYK 0.95 0 0.2 0.49
HSL 167.42º 0.91% 0.27% -
HSV(B) 167.42º 0.95% 0.51% -
XYZ 10.56 17 15.82 -
YUV 89.96 135.92 68.11 -
System Red Green Blue C M Y K H S L
Decimal 6 130 104 0.95 0 0.2 0.49 167.42 0.91 0.27
Hex 6 82 68 5F 0 14 31 A7 5B 1B
Octal 6 202 150 137 0 24 61 247 133 33
Binary 110 10000010 1101000 1011111 0 10100 110001 10100111 1011011 11011

Color Harmonies of #068268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068268

Black with #068268

Text Example


Text Example

White with #068268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068268; }

 p { color: rgb(6,130,104); }

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

background-color css

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

 a { background-color: rgb(6,130,104); }

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

border-color css

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

 span { border-color: rgb(6,130,104); }

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