Html Css Color HEX #67A052 Apple

📋 copy color: '#67A052'

red 103 ◦ green 160 ◦ blue 82

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

Shades of Apple #67A052

Tints of Apple #67A052

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.38%

 BLUE value IS 82 (32.42% from 255) = 23.77%

R = 29.86%
G = 46.38%
B = 23.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#67A052 (or 0x67A052) is known color: Apple. HEX triplet: 67, A0 and 52. RGB value is (103,160,82). Sum of RGB (Red+Green+Blue) = 103+160+82=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 160 - color contains mainly: green. Hex color #67A052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A052 is #985FAD. Grayscale: #868686. Windows color (decimal): -9985966 or 5415015. OLE color: 5415015.

HSL color Cylindrical-coordinate representation of color #67A052: hue angle of 103.85º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67A052 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 103 160 82 -
CMYK 0.36 0 0.49 0.37
HSL 103.85º 0.32% 0.47% -
HSV(B) 103.85º 0.49% 0.63% -
XYZ 19.69 28.63 12.47 -
YUV 134.07 98.62 105.84 -
System Red Green Blue C M Y K H S L
Decimal 103 160 82 0.36 0 0.49 0.37 103.85 0.32 0.47
Hex 67 A0 52 24 0 31 25 68 20 2F
Octal 147 240 122 44 0 61 45 150 40 57
Binary 1100111 10100000 1010010 100100 0 110001 100101 1101000 100000 101111

Color Harmonies of #67A052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A052

Black with #67A052

Text Example


Text Example

White with #67A052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,160,82); }

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

background-color css

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

 a { background-color: rgb(103,160,82); }

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

border-color css

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

 span { border-color: rgb(103,160,82); }

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