Html Css Color HEX #068C7A Observatory

📋 copy color: '#068C7A'

red 6 ◦ green 140 ◦ blue 122

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

Shades of Observatory #068C7A

Tints of Observatory #068C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 52.24%

 BLUE value IS 122 (48.05% from 255) = 45.52%

R = 2.24%
G = 52.24%
B = 45.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#068C7A (or 0x068C7A) is known color: Observatory. HEX triplet: 06, 8C and 7A. RGB value is (6,140,122). Sum of RGB (Red+Green+Blue) = 6+140+122=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 140 (55.08% from 255 or 52.24% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 140 - color contains mainly: green. Hex color #068C7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068C7A is #F97385. Grayscale: #616161. Windows color (decimal): -16348038 or 8031238. OLE color: 8031238.

HSL color Cylindrical-coordinate representation of color #068C7A: hue angle of 171.94º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068C7A is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 140 122 -
CMYK 0.96 0 0.13 0.45
HSL 171.94º 0.92% 0.29% -
HSV(B) 171.94º 0.96% 0.55% -
XYZ 12.97 20.2 21.63 -
YUV 97.88 141.61 62.46 -
System Red Green Blue C M Y K H S L
Decimal 6 140 122 0.96 0 0.13 0.45 171.94 0.92 0.29
Hex 6 8C 7A 60 0 D 2D AC 5C 1D
Octal 6 214 172 140 0 15 55 254 134 35
Binary 110 10001100 1111010 1100000 0 1101 101101 10101100 1011100 11101

Color Harmonies of #068C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068C7A

Black with #068C7A

Text Example


Text Example

White with #068C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068C7A; }

 p { color: rgb(6,140,122); }

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

background-color css

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

 a { background-color: rgb(6,140,122); }

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

border-color css

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

 span { border-color: rgb(6,140,122); }

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