Html Css Color HEX #07969C Eastern Blue

📋 copy color: '#07969C'

red 7 ◦ green 150 ◦ blue 156

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

Shades of Eastern Blue #07969C

Tints of Eastern Blue #07969C

RGB

 RED value IS 7 (3.13% from 255) = 2.24%

 GREEN value IS 150 (58.98% from 255) = 47.92%

 BLUE value IS 156 (61.33% from 255) = 49.84%

R = 2.24%
G = 47.92%
B = 49.84%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07969C (or 0x07969C) is known color: Eastern Blue. HEX triplet: 07, 96 and 9C. RGB value is (7,150,156). Sum of RGB (Red+Green+Blue) = 7+150+156=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #07969C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07969C is #F86963. Grayscale: #6B6B6B. Windows color (decimal): -16279908 or 10262023. OLE color: 10262023.

HSL color Cylindrical-coordinate representation of color #07969C: hue angle of 182.42º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07969C is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 150 156 -
CMYK 0.96 0.04 0 0.39
HSL 182.42º 0.91% 0.32% -
HSV(B) 182.42º 0.96% 0.61% -
XYZ 16.99 24.26 35.24 -
YUV 107.93 155.12 56.01 -
System Red Green Blue C M Y K H S L
Decimal 7 150 156 0.96 0.04 0 0.39 182.42 0.91 0.32
Hex 7 96 9C 60 4 0 27 B6 5B 20
Octal 7 226 234 140 4 0 47 266 133 40
Binary 111 10010110 10011100 1100000 100 0 100111 10110110 1011011 100000

Color Harmonies of #07969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07969C

Black with #07969C

Text Example


Text Example

White with #07969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07969C; }

 p { color: rgb(7,150,156); }

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

background-color css

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

 a { background-color: rgb(7,150,156); }

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

border-color css

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

 span { border-color: rgb(7,150,156); }

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