Html Css Color HEX #67A995 Keppel

📋 copy color: '#67A995'

red 103 ◦ green 169 ◦ blue 149

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

Shades of Keppel #67A995

Tints of Keppel #67A995

RGB

 RED value IS 103 (40.63% from 255) = 24.47%

 GREEN value IS 169 (66.41% from 255) = 40.14%

 BLUE value IS 149 (58.59% from 255) = 35.39%

R = 24.47%
G = 40.14%
B = 35.39%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#67A995 (or 0x67A995) is known color: Keppel. HEX triplet: 67, A9 and 95. RGB value is (103,169,149). Sum of RGB (Red+Green+Blue) = 103+169+149=421 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.47% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 169 - color contains mainly: green. Hex color #67A995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A995 is #98566A. Grayscale: #939393. Windows color (decimal): -9983595 or 9808231. OLE color: 9808231.

HSL color Cylindrical-coordinate representation of color #67A995: hue angle of 161.82º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67A995 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 103 169 149 -
CMYK 0.39 0 0.12 0.34
HSL 161.82º 0.28% 0.53% -
HSV(B) 161.82º 0.39% 0.66% -
XYZ 25.21 33.43 33.56 -
YUV 146.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 103 169 149 0.39 0 0.12 0.34 161.82 0.28 0.53
Hex 67 A9 95 27 0 C 22 A2 1C 35
Octal 147 251 225 47 0 14 42 242 34 65
Binary 1100111 10101001 10010101 100111 0 1100 100010 10100010 11100 110101

Color Harmonies of #67A995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A995

Black with #67A995

Text Example


Text Example

White with #67A995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67A995; }

 p { color: rgb(103,169,149); }

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

background-color css

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

 a { background-color: rgb(103,169,149); }

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

border-color css

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

 span { border-color: rgb(103,169,149); }

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