Html Css Color HEX #6CAF3D Apple

📋 copy color: '#6CAF3D'

red 108 ◦ green 175 ◦ blue 61

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

Shades of Apple #6CAF3D

Tints of Apple #6CAF3D

RGB

 RED value IS 108 (42.58% from 255) = 31.4%

 GREEN value IS 175 (68.75% from 255) = 50.87%

 BLUE value IS 61 (24.22% from 255) = 17.73%

R = 31.4%
G = 50.87%
B = 17.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#6CAF3D (or 0x6CAF3D) is known color: Apple. HEX triplet: 6C, AF and 3D. RGB value is (108,175,61). Sum of RGB (Red+Green+Blue) = 108+175+61=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAF3D is #9350C2. Grayscale: #8E8E8E. Windows color (decimal): -9654467 or 4042604. OLE color: 4042604.

HSL color Cylindrical-coordinate representation of color #6CAF3D: hue angle of 95.26º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6CAF3D is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 175 61 -
CMYK 0.38 0 0.65 0.31
HSL 95.26º 0.48% 0.46% -
HSV(B) 95.26º 0.65% 0.69% -
XYZ 22.36 34.19 9.83 -
YUV 141.97 82.3 103.77 -
System Red Green Blue C M Y K H S L
Decimal 108 175 61 0.38 0 0.65 0.31 95.26 0.48 0.46
Hex 6C AF 3D 26 0 41 1F 5F 30 2E
Octal 154 257 75 46 0 101 37 137 60 56
Binary 1101100 10101111 111101 100110 0 1000001 11111 1011111 110000 101110

Color Harmonies of #6CAF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAF3D

Black with #6CAF3D

Text Example


Text Example

White with #6CAF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CAF3D; }

 p { color: rgb(108,175,61); }

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

background-color css

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

 a { background-color: rgb(108,175,61); }

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

border-color css

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

 span { border-color: rgb(108,175,61); }

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